A.) Checks if a value is not a string B.) Checks if a value is not a number C.) Checks if a value is not an array D.) Checks if a value is not an object
A.) for B.) while C.) do-while D.) for...in
A.) To exit a loop or switch statement B.) To continue to the next iteration of a loop C.) To define a function D.) To display an error message
A.) new Object() B.) {} (Curly braces) C.) Object.create() D.) createObject()
A.) 0 B.) "false" C.) null D.) All of the above
A.) Adds elements to the end of an array B.) Removes elements from the beginning of an array C.) Removes or replaces elements in an array D.) Sorts the elements of an array
A.) onfocus B.) onblur C.) onmouseover D.) onmouseout
A.) Selects the first element that matches a specified CSS selector B.) Selects all elements that match a specified CSS selector C.) Adds a new element to the document D.) Removes an element from the document
A.) addClass() B.) appendClass() C.) classList.add() D.) setClass()
A.) To store session data on the server B.) To store data in a client's browser that persists across sessions C.) To store data in cookies D.) To store data in a database