Home
|
Tutorial
|
Articles
|
Forum
|
Interview Question
|
Code Snippets
|
News
|
Fun Zone
|
Poll
|
Web Links
|
Certification
|
Search
Welcome :
Guest
Sign In
Register
Win Surprise Gifts!!!
Congratulations!!!
Top 5 Contributors of the Month
satyapriyanayak
Narayanan
Jean Paul
JQuery Developer
Karthikeyan Anbarasan
Find questions, FAQ's and their answers related to .NET, C#, Vb.Net, Sql Server and many more.
Post New Question
Subscribe to Interview Questions
Quick Links For Interview Questions Categories:
ASP.Net
Windows Application
.NET Framework
C#
VB.Net
ADO.Net
Sql Server
SharePoint
Silverlight
OOPs
JQuery
JavaScript/VBScript
Biztalk
Patten/Practices
IIS
WCF
WPF
WWF
Networking
Aptitude
Others
All
JavaScript/VBScript Interview Questions and Answers
What is output in javascript? 1+2+"3"+4+5
Author:
BitWise
Posted Date: August 24, 2012 Category:
JavaScript/VBScript
Points: 40
3345
Once JavaScript encounter the string then it will take all other values as string only.
Is CSS case-sensitive or not?
Author:
LEANORD
Posted Date: October 27, 2011 Category:
JavaScript/VBScript
Points: 40
no it not a case-sensitive
keyword?
Author:
LEANORD
Posted Date: October 26, 2011 Category:
JavaScript/VBScript
Points: 40
current object
What is a prompt box?
Author:
LEANORD
Posted Date: October 26, 2011 Category:
JavaScript/VBScript
Points: 40
A prompt box allows the user to enter input by providing a text box.
What is negative infinity?
Author:
LEANORD
Posted Date: October 26, 2011 Category:
JavaScript/VBScript
Points: 40
It's a number in JavaScript, derived by dividing negative number by zero.
What does is NaN function do?
Author:
LEANORD
Posted Date: October 26, 2011 Category:
JavaScript/VBScript
Points: 40
Return true if the argument is not a number.
What can java script programs do?
Author:
LEANORD
Posted Date: October 26, 2011 Category:
JavaScript/VBScript
Points: 40
Generation of HTML pages on-the-fly without accessing the Web server. The user can be given control over the browser like User input validation Simple computations can be performed on the client's machine The user's browser, OS, screen size, etc. can be detected Date and Time Handling.
What looping structures are there in JavaScript?
Author:
LEANORD
Posted Date: October 26, 2011 Category:
JavaScript/VBScript
Points: 40
for, while, do-while loops, but no for each.
What are JavaScript types?
Author:
LEANORD
Posted Date: October 26, 2011 Category:
JavaScript/VBScript
Points: 40
Number, String, Boolean, Function, Object, Null, Undefined.
What is the difference between inner HTML and append() in JavaScript?
Author:
LEANORD
Posted Date: October 26, 2011 Category:
JavaScript/VBScript
Points: 40
Inner HTML is not standard, and its a String. The DOM is not, and although inner HTML is faster and less verbose, its better to use the DOM methods like append Child(), first Child.node Value, etc to alter inner HTML content.
« Previous
1
2
3
4
5
6
7
8
9
10
….
14
15
Next »
Hall of Fame
Twitter
Terms of Service
Privacy Policy
Contact Us
Archives
Tell A Friend