Variables and data types in JS
Introduction to data types in JS
At the core there are two data types in Javascirpt i.e primitive and non-primitive.
1. Primitive
This data type includes the string, number, boolean, bigInt, symbol, n
gopalweb.hashnode.dev4 min read