Category: javascript

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…

const – javascript

const is a javascript keyword used to declare variable, whose value is assigned during declaration and cannot be changed or…