What is the difference between Javascript & Vbscript?
Answer Posted / sonal.pagare
Javascript -
It is client side scripting language, developed by Netscape.
It is case sensitive.
File extension is .js.
VBscript -
It is both Client and server side scripting language,
developed by Microsoft.
It is not case sensitive.
File extension is .vbs and .vba.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between VBScript and JavaScript?
Why is the use of exit do or exit for statements within loops discouraged?
filter the array values without using filter function?
How many types of procedures are available in the vbscript language?
Explain sga memory structures?
When does ‘on click of button’ event gets triggered in the vbscript language?
How to add actions in driver script to run those actions in QTP?
How strcomp function works?
Which function allows you to instantiate an object given its programmatic identifier or progid?
What are class events?
How will you get the smallest subscript of an array in vbscript?
How will you release the memory acquired by an array variable in vbscript?
Mention what is byref and byval parameters in vbscript?
what is used of Property........End Property loop ? how to write the script for it?
What are the differences between sub procedures and function procedures?