What is a simple example of where a ajax request would be used?
How do you include a comment in javascript?
How to convert “20” to number in javascript?
Create an array in javascript with a list of 4 colors, assign that array to the variable, ‘colors’.
Is javascript case sensitive?
Create a new javascript object with the keys of “fname” equal to your first name, “lname” equal to your last name, and “fcolors” equal to and array of 3 of your favorite colors. Assign this object to a variable called “me” and log it to the console.
How would you organize your javascript code?
What javascript method would convert the string “20” to an integer (on the fly) so “20” + 20 = 40?
what is event bubbling and event capturing in javascript?
What are 2 (shorthand) boolean operators supported by javascript
How can you declare a class in javascript?
What is output of “20” + 20 + 20 and “20” + ( 20 + 20)? In javascript?
What is output of “20” + 20? In javascript?
What is an ajax request and what is a simple example of where a ajax request would be used?
What is asp.net 2.0 ajax?