adplus-dvertising
frame-decoration

Question

Which of the following is correct about JavaScript?

a.

JavaScript is a lightweight, interpreted programming language.

b.

JavaScript has object-oriented capabilities that allows you to build interactivity into otherwise static HTML pages.

c.

The general-purpose core of the language has been embedded in Netscape, Internet Explorer, and other web browsers.

d.

All of the above.

Answer: (d).All of the above.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following is correct about JavaScript?

Similar Questions

Discover Related MCQs

Q. Which of the following is the correct syntax to print a page using JavaScript?

Q. Which of the following type of variable is visible only within a function where it is defined?

Q. Which built-in method returns the calling string value converted to upper case?

Q. Which of the following function of Number object returns the number's value?

Q. Which of the following function of String object returns the index within the calling String object of the first occurrence of the specified value?

Q. Which of the following function of String object creates an HTML anchor that is used as a hypertext target?

Q. Which of the following function of String object causes a string to be displayed as struck-out text, as if it were in a strike tag?

Q. Which of the following is true about variable naming conventions in JavaScript?

Q. Which of the following is the correct syntax to redirect a url using JavaScript?

Q. Which built-in method returns the character at the specified index?

Q. Which of the following function of String object returns a number indicating the Unicode value of the character at the given index?

Q. Which of the following function of String object executes the search for a match between a regular expression and a specified string?

Q. Which of the following function of String object returns the calling string value converted to upper case while respecting the current locale?

Q. Which of the following is a valid type of function javascript supports?

Q. How can you get the type of arguments passed to a function?

Q. Which of the following function of Array object removes the first element from an array and returns that element?

Q. ....................... is a built - in JavaScript function which can be used to execute another function after a given time interval.

Q. Java Script entities start with ___________and end with _____________.

Q. Which of the following is a server-side Java Script object?

Q. Javascript is _________ language.