Symbols javascript

Symbol is a primitive data type, introduced in ES6 version, which creates an immutable and unique symbol. It is used…

String javascript

String is a sequence or series of characters can contain letter, digit or symbols enclosed in single quotes, double quotes…

Boolean javascript

Boolean is a primitive data type only represents two values true or false, and mostly used with decision making (conditional…