Question

In JavaScript, the result of a function call can be displayed to the user
A) in a pop-up with by calling alert( )
B) interactively by modifying the DOM after the page has been displayed
C) by writing the values into the page as it it is first displayed
D) all of the above

Answer

This answer is hidden. It contains 1 characters.