21. Which arithmetic operators have the highest precedence?
a.* / %b.< <=
c.&&d.+ : 1320964.
21. Which arithmetic operators have the highest precedence?
a.* / %b.< <=
c.&&d.+ –
22. Which of the following is a logical operator??
a.?++b.?()
c.?==d.?||
23. Which of the following is a falsy value??
a.?trueb.?-1
c.?0d.?1
24. Function statements are contained within the? function ____.
a.?parametersb.?braces
c.?argumentsd.?parentheses
25. The variables or values that you place in the parentheses of a function call statement are called ____.?
a.?string operatorsb.?primitive types
c.?argumentsd.?event listeners
21. Which arithmetic operators have the highest precedence?
a.* / %b.< <=
c.&&d.+ : 1320964