1. int
2. float
3. long
4. number
number
1. SyntaxError
2. ValueError
3. 0
4. function addition(a, b) { return a+b; }
function addition(a, b) { return a+b; }
1. Yes
2. No
Yes
1. One value
2. Two values
3. Three values
4. Many values
Many values
1. objectName:propertyName
2. propertyName
3. objectName["propertyName"]
4. Both B. and C.
Both B. and C.
1. strlen
2. len
3. length
4. Length
length
1. Single quote (')
2. Single backslash ()
3. Double quote (")
4. Tipple single quote (''')
Single backslash (\)
1. var s = new String("google!");
2. var s = String("google!");
3. var s = "google!"
4. All of the above
var s = new String("google!");
1. Single quotes ('')
2. Backslash with single quote (’'')
3. Backslashes (\)
4. Back-ticks (``)
Back-ticks (``)
1. toString()
2. intToString()
3. parseInteger()
4. All of the above
toString()