R
Q. What does the following JavaScript code snippet do?
data.sort(function(a,b),b-a);
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which one of the following given task is performed by the "pop()" method of the array?
Q. What is the fundamental rule of lexical scoping?
Q. What is the code to be used to trim whitespaces?
Q. What we will get if we compare the "one" with "8" using the less than operator ("one"<8)?
Q. Which is the in-house library of Yahoo!?
Q. How can we make methods available on all objects?
Q. Spaces,Punctuation marks are called as __________ Symbols in JavaScript.
Q. what will be the output of below JavaScript code?
Q. Which one of the following is the correct way for calling the JavaScript code?
Discusssion
Login to discuss.