How JavaScript works behind the scene- Primitive vrs Reference Values
Hello World, Akwaaba ๐. JavaScript allows us to work with two data types: primitive and non-primitive.
When you create a variable in JavaScript, it can store two types of values, a primitive value or a reference value.
At the end of this article, ...
efkumah.hashnode.dev9 min read