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:
printScope => console.log this
self = this printScope -> console.log self
printScope => console.log @
All of the above
Correct Answer : D
jQuery is a...
The CSS selector engine that jQuery uses is called?
AJAX and jQuery