Javascript primitive data types
Javascript primitive data types
– number
boolean type
– A boolean type is used to store a boolean value, which can be true or false.
– Boolean type are used in decision making.
– In JavaScript boolean type can handle a numeric value while using over conditions and operations.
…
View On WordPress















