1. substr()
2. getSubstring()
3. slice()
4. None of the above
substr()
1. ignore all tags and
2. display the content of the tags
3. display the content of the tags
4. display the content of the tags and
display the content of the tags <noscript>
1. // var x = 0; // var y = 0;
2. /* var x = 0; // var y = 0; */
3. /* var x = 0; */ var y = 0;
4. // var x = 0; /* var y = 0; */
/* var x = 0; */ var y = 0;
1. sum()
2. call function sum()
3. call sum()
4. None of the above
sum()
1. if a = 2 then
2. if a = 2
3. if a == 2 else
4. if (a == 2)
if (a == 2)
1. function f()
2. function = f()
3. function:f()
4. None of the above
function f()
1. url
2. top
3. window
4. document
window
1. Math.ceil(a, b)
2. Math.max(a, b)
3. ceil(a, b)
4. top(a, b)
Math.max(a, b)
1. Math.round(3.12)
2. Math.rnd(3.12)
3. float(3.12)
4. Math.float(3.12)
Math.round(3.12)
1. while (i
2. while i = 1 to 5
3. while (i
4. while (i=0; i
while (i <= 5)