Software Engineer
Nothing here yet.
Nothing here yet.
Reference datatypes in JavaScript Do you know how crucial it is to understand reference datatypes perfectly in JavaScript? You can imagine its importance when I say that 90% of the time in development, we use these data types in one form or another. ...

Primitive datatypes in JavaScript In the previous articles, we have discussed the distinction between primitive and reference data types and their significance in JavaScript. We have also examined the classification of various data types, which fall ...

Literals in JavaScript Literals are fundamental to variable declaration in JavaScript. When declaring a variable, it's crucial to use the appropriate literal to store values effectively. In JavaScript, literals play a pivotal role in determining the ...
