Which is the use of typeof operator in JavaScript?
function() {
var a = 10;
if(a > 5) {
a = 7;
}
alert(a);
}
Which is the use of typeof operator in JavaScript?
function() {
var a = 10;
if(a > 5) {
a = 7;
}
alert(a);
}
© 2017 QuizBucket.org