Computer Science, asked by arunass417, 5 hours ago

Predict the output:
function() {
if(true) {
var a = 5
>
alert(a),
}
Select one:
à 5
b. None of the options
O c. Range Error
d. undefined​

Answers

Answered by adityakarthikeya2008
0

Answer:

write it properly

Explanation:

c range error

Similar questions