Name Description Size
browser.js 0
S8.3_A1_T1.js --- info: The Boolean type have two values, called true and false es5id: 8.3_A1_T1 description: Assign true and false to variables --- 756
S8.3_A1_T2.js --- info: The Boolean type have two values, called true and false es5id: 8.3_A1_T2 description: Check type of true/false and its equality --- 2225
S8.3_A2.1.js --- info: The true is reserved word es5id: 8.3_A2.1 description: Checking if execution of "true=1" fails negative: phase: parse type: SyntaxError --- 352
S8.3_A2.2.js --- info: The false is reserved word es5id: 8.3_A2.2 description: Checking if execution of "false=0" fails negative: phase: parse type: SyntaxError --- 355
S8.3_A3.js --- info: Applaing negation to boolean works well es5id: 8.3_A3 description: Check not false equals true, not true equals false --- 1267
shell.js 0