Personal tools
You are here: Home ブログ matsuyama JavaScript でローカル変数の作成を省略する
Document Actions

JavaScript でローカル変数の作成を省略する

document.appendChild((function (div) {
  div.appendChild(document.createTextNode('Hello'));
  return div;
})(document.createElement('div'));

読みやすくはないですけどわざわざ変数作るのがうざったいときにはいいかもしれません。 return し忘れそうなので保守的にプログラミングするには使わないほうがいいかも。

Category(s)
program
The URL to Trackback this entry is:
http://dev.ariel-networks.com/Members/matsuyama/omit-local-variable-in-javascript/tbping
Add comment

You can add a comment by filling out the form below. Plain text formatting.

(Required)
(Required)
(Required)
(Required)
(Required)
This helps us prevent automated spamming.
Captcha Image


Copyright(C) 2001 - 2006 Ariel Networks, Inc. All rights reserved.