I don't know....Maybe you should learn how to program in _javascript_ in general..

http://_javascript_kit.com/javatutors/index.shtml

On 7/4/06, Nicolas Terray <[EMAIL PROTECTED]> wrote:
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



--
Jesse Kuhnert
Tacos/Tapestry, team member/developer

Open source based consulting work centered around dojo/tapestry/tacos/hivemind.
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to