Operator Perbandingan

Run Settings
LanguageJavaScript
Language Version
Run Command
console.log("Asky!\nOperator Perbandingan"); console.log("----------------------------\n"); var a = 2; var b = 3; var c = 3; console.log("dengan typeof ",typeof b == c); console.log("dengan typeof ",typeof b === c); console.log("tanpa typeof ",b == c); console.log("tanpa typeof ",b === c); console.log(typeof b != c); console.log(typeof b !== c); console.log(typeof b > c); console.log(typeof b < c); console.log(typeof b >= c); console.log(typeof b <= c);
Editor Settings
Theme
Key bindings
Full width
Lines