1) Assign an integer value 10 to a variable a , and then print the value of variable a the result will be a) null b) 10 2) let chr = "m"; // "m" is assigned to variable chr which is string type chr; the out put will be a) M b) m 3) let userLoggedIn = false ;  userLoggedIn; a) true b) false 4) 2**3 a) 8 b) 6 5) 16%5 a) 1 b) 2 6) let x = 5 , y = 5; output y; ++x; a) 5,5 b) 5,6 7) let x = "3"; typeof x; a) string b) number 8) If p = 6, and q = 8; evaluate the output in the following cases p * q + p without and with the use of Console p * q + p a) 54 b) 56

排行榜

视觉风格

选项

切换模板

恢复自动保存: