VB script Java script interview questions and answers

VB script Java script interview questions and answers
Name the 2 kinds of procedures in VBScript?
Sub procedure
Function procedure
VBScript variable names cannot exceed
255 characters
Which Keyword is used in VBScript to increase or decrease the counter variable by the value?

STEP KeyWord
What will be the Output of the following using JavaScript document.Write(Math.Round(6.7));
Output:7
Which method is used to convert a string in to uppercase Letters using javascript?
toUpperCase()
Name the DatTypes of JavaScript?
1)Integer
2)String
3)Boolean
4)Null

No comments: