A Brief History of JavaScript Part 1
A Quick Summery of the topics that was tackled in the writeup.
Objects are dynamic collections of properties.
Objects can be created in many ways but the most used method is called object literal.
Whenever we create an object (empty or not), a proto...
adibhasib.hashnode.dev5 min read
Victor Souza
Web Developer from π Canis Majoris.
That's a well-written✨ post. Passing variables by reference or value can get very hard. Thank you for taking you time to explain it here.