logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is the difference between "==" and "==="?


  • Correct Answer
  • "==" checks equality only, "===" checks for equality as well as the type 


  • Technology problems


    Search Results


    • 1. What does isNaN function do?
    • Discuss
    • 2. What is mean by "this" keyword in javascript?

    • Options
    • A. It refers current object
    • B. It referes previous object
    • C. It is variable which contains value
    • D. None of the above
    • Discuss
    • 3. Which of the following navigator object properties is the same in both Netscape and IE?

    • Options
    • A. navigator.appCodeName
    • B. navigator.appName
    • C. navigator.appVersion
    • D. None of the above
    • Discuss
    • 4. Which of the following is added to prefs.js,when open a dialog box each time an error occurs?

    • Options
    • A. user_pref("javascript.classic.error_alerts", true);
    • B. user_pref("javascript.classic.error_alerts ", false);
    • C. user_pref("javascript.console.open_on_error ", false);
    • D. user_pref("javascript.console.open_on_error ", true);
    • Discuss
    • 5. What does window.history object?
    • Discuss
    • 6. What are the new features provided in HTML5?
    • Discuss
    • 7. Differentiate between Canvas and SVG.
    • Discuss
    • 8. What is SVG?
    • Discuss
    • 9. What is a Canvas?
    • Discuss
    • 10. What is HTML5 Web Storage?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment