T
Q. What will be the output of following JavaScript code?
<script type="text/javascript"> var a="Tanmay"; var x=a.lastIndexOf("a"); document.write(x); </script>
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. Consider the JavaScript code: Identify the value that will be displayed in alert box at line 5?
Q. A Blob URL can be created using which of the following function?
Q. Choose the correct JavaScript syntax to change the content of the following HTML code.
Q. Which of the following is a way of embedding Client-side JavaScript code within HTML documents?
Q. Which keyword catches all values except those specified?
Q. How to write an IF condition to check if “a” is NOT equal to 2?
Q. An _______ is a special variable, which can hold more than one value
Q. Which of the following is the descendant operator?
Discusssion
Login to discuss.