R
Q. Consider the following JavaScript statement containing regular expressions and check if the pattern matches?
var text = "lestfindcourse: 1, 2, 3"; var pattern = /d+/g;
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. What output will be returned by the function in the following code?
Q. What will be the output of the following code snippet?
Q. Which of the following is a subtype of Blob?
Q. JavaScript Code is written inside file having extension __________.
Q. When the “end” event fires on EOF when no more data will arrive, which function is called?
Q. JavaScript Code can be called by using _________.
Q. Which is the correct syntax to access an object property in JavaScript?
Q. What does the rel attribute of a variable have when the type of file is CSS?
Q. Why do we need to use an onload event in the script tag after using the async attribute?
Discusssion
Login to discuss.