Question: The following several questions are based on the JavaScript code below (State whether it is TRUE, FALSE, NULL OR UNDEFINED) : function test(a,b,c){ return a

The following several questions are based on the JavaScript code below (State whether it is TRUE, FALSE, NULL OR UNDEFINED) : function test(a,b,c){ return a + b*c b *c+a; } a) test ("2","3","4") returns b) test (2,3,4) returns c) test ("2",3,"4") returns d) test (3,"a", 4) returns e) test (false, true, false) returns
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
