JAVASCRIPT Practice Questions

Topics Covered : Core fundamentals, practicals, and concepts

50 Questions Available

Question 1

Is JavaScript case-sensitive?

A No
B Yes
C Only for variables
D Only for functions

Question 2

How can you detect the client's browser name?

A client.navName
B browser.name
C navigator.appName
D window.browser

Question 3

How do you call a function named 'myFunction'?

A call function myFunction()
B myFunction()
C call myFunction()
D execute myFunction()

Question 4

Which of the following is a Javascript framework?

A React
B Laravel
C Django
D Flask

Question 5

Which of these is not a logical operator in JavaScript?

A &&
B ||
C !
D &
Reduportal — Footer