Answer to Question #14919 in AJAX | JavaScript | HTML | PHP for Jemima

Question #14919
what is the output of this segment code for javascript:

var x=11;
document.writeln;
x = 4;
document.writeln;
var y = 13;
document.writeln(y);
y = x;
document.writeln(x+y);
1
Expert's answer
2012-09-18T12:01:44-0400
The call of function without brackets is a function itself, so nothing goes into
output then.

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS