Untitled

Run Settings
LanguageJavaScript
Language Version
Run Command
let result; const form_choices = [true, false, false, true]; const conditions_operator = 'or'; if (conditions_operator === 'and') { result = form_choices.every(item => item); } else if (conditions_operator === 'or') { result = form_choices.some(item => item); } console.log(result);
Editor Settings
Theme
Key bindings
Full width
Lines