Question: It Has To be done it java script // use the logical operator not if statements > reverse // or: should return true if either
It Has To be done it java script
// use the logical operator not if statements > reverse // or: should return true if either a or b are truthy. False, if both are false y function or(a, b) { return; } 1/and: should return true only if both a and b are truthy function and(a, b) { return; }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
