A.) event.preventDefault() B.) event.stopPropagation() C.) event.cancelEvent() D.) event.stopDefault()
A.) setTimeout() B.) setInterval() C.) setTimer() D.) setIntervalTimeout()
A.) The previous object in the function call stack B.) The global object C.) The current object that the method is called on D.) The parent object of the current object
A.) functionmyFunction() {} B.) varmyFunction = function() {} C.) () = {} D.) function = myFunction() {}
A.) parseInt() B.) parseFloat() C.) Number() D.) Both A and C
A.) pop() B.) shift() C.) splice() D.) slice()
A.) Converts a JSON string to an object B.) Converts an object to a JSON string C.) Parses a JSON object D.) Validates a JSON string
A.) newDate.now() B.) new Date() C.) Date.current() D.) Date.now()
A.) round() B.) ceil() C.) floor() D.) trunc()
A.) Checks if a variable is an array B.) Converts an array to a string C.) Adds an element to an array D.) Sorts an array