Questions Tagged "JavaScript"

Found 46 results for "JavaScript"
11. What is the default starting index of the first element in a JavaScript array according to the notes?
View Question
12. Which array property returns the number of elements in an array?
View Question
13. What is the initial value of a newly created Date object when created as follows? var myDate = new Date();
View Question
14. Which statement sets a Date object to 14 January 2010 in the example given?
View Question
15. Which Math property represents the mathematical constant π?
View Question
16. What is the output of the following statement? Math.round(4.7)
View Question
17. Which statement correctly describes `Math.random()` according to the notes?
View Question
18. Which expression is used in the notes to generate a random integer from 0 through 10?
View Question
19. Which String method converts text to uppercase?
View Question
20. Which object is described as the top-level object in the JavaScript hierarchy?
View Question

About This Tag

Showing questions related to the tag "JavaScript".

Explore Wikique

Explore practice questions across different categories and subjects.

Browse Categories