Tag: BACK TO SCHOOL

  • Variables in JavaScript ll

    Variables in JavaScript ll

    Q 1. Which of the following variables takes precedence over the others if the names are the same? A. Global variable B. The two of the above C. The local element D. None of the above Show Answer Answer:-C. The local element Explanation In JavaScript, the local variable takes precedence over the global variable if…

  • JavaScript MCQ

    JavaScript MCQ

    Q 1. Which type of JavaScript language is ___ A. Object-Based B. Object-Oriented C. Assembly-language D. High-level Show Answer Answer:-A. Object-Based Explanation JavaScript is not a pure OOP’s (object oriented programming) based languages such as PHP, java or many other languages, although it is an object-based language. It is not OOP’s based language, because it…

You cannot copy content of this page