1. 5 5 5 5
2. 5 3 2 1
3. 5 3 1
4. 5 3 1 -1 -3
5 3 1 -1 -3
1. Error
2. 10
3. 0 1 2 3 4 5 6 7 8 9
4. 0
10
1. Returns value null
2. Returns exception
3. Returns the value in scope
4. Shows an error message
Returns the value in scope
1. Code A
2. Code B
3. Both Code A and Code B
4. Cannot Compare
Code A
1. An error is displayed
2. An exception is thrown
3. The values of count variable are logged or stored in a particular location or storage
4. The value of count from 0 to 9 is displayed in the console
The value of count from 0 to 9 is displayed in the console
1. toExponential()
2. toFixed()
3. toPrecision()
4. toLocaleString()
toFixed()
1. slice()
2. split()
3. substr()
4. search()
substr()
1. Both x and y are equal in value, type and reference address as well.
2. Both are x and y are equal in value only.
3. Both are equal in the value and data type.
4. Both are not same at all.
Both are equal in the value and data type.
1. if(a!==null)
2. if (a!)
3. if(a!null)
4. if(a!=null)
if(a!==null)
1. Function prototype
2. Function literal
3. Function calling
4. Function declaration
Function literal