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. The main purpose of JavaScript in web browser is to
Q. Consider the following code snippet : What does the last statement return ?
Q. What we will get if we compare the "one" with "8" using the less than operator ("one"<8)?
Q. Which of the following true about Javascript?
Q. The _______ method also joins all array elements into a string.
Q. What are the different alternatives of == and != in JavaScript?
Q. What is the function of this code snippet?
Q. How many rules are there in the YSlow version 2.0?
Discusssion
Login to discuss.