Multiple choice javascript Whicj best describe void? A method A function An operator A statement Reveal answer Fill a bubble to check yourself C Correct answer Explanation Void is an operator in JavaScript, not a method, function, or statement. It evaluates an expression and returns undefined. Option C is correct. Options A, B, and D incorrectly classify void as a method, function, or statement respectively.