Pick one option from each list. After check, green means right and red shows the expected function.
80%
8 / 10 correct
Retake testWhich function writes a line to the console?
Correct
Which function shows a browser alert box?
Correct
Which function parses a string into an integer?
Correct
Which function returns a random number from 0 to 1?
Wrong · expected Math.random
Which function rounds a number down?
Correct
Which function converts a value to a string?
Correct
Which array method adds an item to the end?
Correct
Which function schedules a callback after a delay?
Correct
Which function parses a JSON string?
Correct
Which function returns the current timestamp in milliseconds?
Wrong · expected Date.now