JavaScript Basics

This quiz covers basic JavaScript concepts for beginners to practice.

Last Updated :
Discuss
Comments

Question 1

How does JavaScript run your code?

  • Compiled

  • Interpreted

  • Both

  • None of the above

Question 2

Are JavaScript and Java related?

  • Yes, they are the same language

  • No, they are completely different languages

Question 3

Which of the following is true about JavaScript?



  • Interpreted language

  • Cross-platform

  • Single-threaded

  • All of the above

Question 4

Which of the following are ways to include JavaScript in an HTML file?


  • Inside <script> tags in the HTML file

  • Linking an external .js file

  • Using event attributes like onclick

  • All of the above

Question 5

Is JavaScript case-sensitive?

  • Yes

  • No

There are 5 questions to complete.

Take a part in the ongoing discussion