Length property in Javascript -


i trying run following code in browser console:

console.log(length); //output 1 in chrome console 

in other ide, output 0.

my question why output 1 if haven't declared variable length.

first of google chrome web browser not ide.

as can see on small screenshot, on google chrome variable length seems linked "window" it's declared system. that's why have value default.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -