Identify the logical operator in in the JAVA script
Answers
Answered by
3
Explanation:
Logical operators are used with any primitive value or object. Its result will be based in whether the value is truthy or falsy: First, let's identify that there are three logical operators in JavaScript: ! (NOT), && (AND), ||(OR) -represented with two vertical line symbols.
Answered by
4
Answer:
Logic operators are used to find the logic between variables in JavaScript. There are three logical operators in JavaScript: || (OR), && (AND), !
Similar questions
Math,
5 months ago
Computer Science,
5 months ago
Science,
5 months ago
Environmental Sciences,
10 months ago
English,
10 months ago
Science,
1 year ago