javascript - Set a js variable in FireBug console -


in firefox's firebug console, why happen?

>>> = 1 1  >>> var = 50 undefined  >>>  50 

i'm trying learn me js!

var ... statement.

statements not have values, console prints undefined result of statement.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

php - HTTP_REFERER woes: How can I allow access to a specific page, only when a visitor has visited another specific page beforehand? -