Q.1.
If I were to animate a ball moving from left to right, at a speed of 1 pixel, what would be a reasonable block of code?
Q.2.
What does the JavaScript language do?
Q.3.
Bind executes the function it was called upon right away
Q.4.
Returns a new function whose this value is bound to the provided value.
Q.5.
A function with a provided this and further arguments are provided as a comma separated list
Q.6.
Which of the following is wrong?
Q.7.
I want to extract 'hello' and 'array' from the array using destructuring
Q.8.
Select all the correct options.
Q.9.
SpiderMonkey was created to be used in which browser?
Q.10.
When was SpiderMonkey created?
Q.11.
Who created SpiderMonkey?
Q.12.
Which of the following doesnt leave behind any artifacts after its done?
Q.13.
The process of transforming Coffeescript to JS is done via?
Q.14.
To execute high level code, what does the computer uses?