On 7/4/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
It means "variable" . It's how you define something. Not using it will cost
you performance-wise. (however small that may be)



Thanks.

In the following code :
--8<----------------
var v;
function f() {
  var v;
}
--8<----------------

What is the scope of the inner v ?
For global variables should I use the inner var ? should I use v
directly ? should I use window[] syntax ?

Thanks,
Nicolas Terray
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to