Primitive vs Reference Values in JavaScript
If you are familiar with JavaScript, You might know that JavaScript has these data types - Boolean, Null, Undefined, Number, BigInt, String, Symbol, and object. While this is true, JavaScript has mainly two types of values:
Primitive values
Referen...
shraddha-v.hashnode.dev4 min read
SAIKAT BISHAL
I can help you with JavaScript, Node, ReactJS, Firebase, HTML, CSS, Python, Data Vsualization.
Great article. I learnt a lot from this. Specially for my upcoming job interviews. Looking forward for more like these.