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

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -