I bet you are messing with Reference Variables in JS!
Let us understand Value and Reference types in JavaScript in the most detailed way! This is part 2 of the series - 33 JavaScript concepts, every JS developer should know.
Part 1 - Do you understand Call Stacks well?
Value types
We have a variable ca...
rashitamehta.hashnode.dev5 min read
Na
Not found
Error while creating an object with
var book1 = { title: "Cashvertising"; author: "Drew E. Whitman"; } //object is created => No, unexpected ";"