How to test a string as a literal and as an object ?
No Answer is Posted For this Question
Be the First to Post Answer
What is the most widely used programming language?
Which built-in method returns the index within the calling string object of the first occurrence of the specified value?
What is JavaScript?
What are the main uses of javascript?
What data types are supported in Javascript?
How to convert a string to a number using javascript?
How to detect browser name using JavaScript?
What is unobtrusive javascript? How to add behavior to an element using javascript?
How does typeof operator work?
What is a reverse string?
I have a report which has id as hyperlink.when i click the id it should move to next report which displays the corresponding details.tell me how to get the value of hyperlink(which id is clicked) dynamically using javascript? so that i can make condition on my second report?
What is a “closure” in JavaScript? Provide an example