Operator Perbandingan

Run Settings
LanguageJavaScript
Language Version
Run Command
// let x = 29; // let y = 19; // console.log( typeof x == y ); // console.log( typeof x < y ); // console.log( typeof x > y ); // console.log( typeof x <= y ); // console.log( typeof x >= y ); // console.log( typeof x != y ); let x = '19'; let y = 19; // console.log( typeOf x === y ); // menampilkan pesan eror karena '===' digunakan untuk membandingkan tipe data console.log( typeof x == y );
Editor Settings
Theme
Key bindings
Full width
Lines