#codenewbies
Read more stories on Hashnode
Articles with this tag
Primitive types are immutable, objects only have an immutable reference, but their value can change over time. By understanding the storing of data in...
About the 'this' keyword in javascript. 'this' keyword/variable: It is a special variable that is created for every execution context (every...