Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

5.1.3. Boolean Expressions¶

/*We can also use == to see that true and "true" are not equal.*/

console.log(true == "true");

//false
Source by education.launchcode.org #
 
PREVIOUS NEXT
Tagged: #Boolean
ADD COMMENT
Topic
Name
2+9 =