Question:

Which is the use of typeof operator in JavaScript?

function() {
    var a = 10;
    if(a > 5) {
        a = 7;
    }
    alert(a);
}

Answers:


Keywords:

© 2017 QuizBucket.org