We're a place where coders share, stay up-to-date and grow their careers.
Hey, In the Var section of "Example of Re-declaration", Did you mean:
var a = 10; var a = 20;
? Or did you mean what you wrote:
var a = 10; var b = 20;
?
Do feel to correct me if I am wrong.
Hey you're right, it was typo - fixed it
Thanks
Glad I could help.
Hey,
In the Var section of "Example of Re-declaration",
Did you mean:
?
Or did you mean what you wrote:
?
Do feel to correct me if I am wrong.
Hey you're right, it was typo - fixed it
Thanks
Glad I could help.