What are JavaScript types?
Answers were Sorted based on User's Feedback
Answer / venkateswaran
java script does not have a type.
its is used for client side scripting only.
| Is This Answer Correct ? | 22 Yes | 38 No |
What is an empty html tag?
How can the os of the client machine be detected?
How can you do a character count in javascript?
What is the use of 'bind' method in JavaScript?
show the date in textbox when we select item (items like-- today,yesterday,lastweek,lastmonth,lastyear) from dropdownlist using javascript?
How to force a page to go to another page using javascript ?
What will be the output of the code below? var Y = 1; if (function F(){}) { y += Typeof F;</span> } console.log(y);
How can javascript be used to personalize or tailor a web site to fit individual users?
What are the seven data types of javascript?
How do I open a .js file?
What does triple dot mean?
What is Browser Object Model?