Which of these is NOT a valid comment in jQuery?
/* This is a comment
/* This is a comment. */
// This is a comment
All of the above
Correct Answer : A
In JavaScript, we can keep a reference to the context outside a function by assigning it to a variable: var self = this. In CoffeeScript, we use:
jQuery is a...
The CSS selector engine that jQuery uses is called?