Untitled

Run Settings
LanguageJavaScript
Language Version
Run Command
const a = true; const b = false; const c = false; const d = true; const globalCheck = a || b || c || d; let itemCheck = false; if (true) { itemCheck = itemCheck || true; } console.log(globalCheck); console.log(itemCheck);
Editor Settings
Theme
Key bindings
Full width
Lines