Datatypes show which type of data we are storing or using in variables. Types of Datatypes: Primitive Non-primitive Primitive Datatypes: String Number BigInt Boolean Undefined Symbol Null Example Code Snippet: let x=10; //number let n="m...
technix.hashnode.dev1 min read
No responses yet.