Changing priority

Report a typo

Improve the following code using only the parentheses so that the result is true:

statement = false;
console.log(!statement && false || false);  
Write a program in JavaScript
statement = false;
console.log(!statement&&false||false);
___

Create a free account to access the full topic