Wednesday, May 30, 2012

What is the output of the below code?


What is the output of the below code?

<script type="text/javascript">
var x = 4 + "4";
document.write(x);
</script>

Output : 44

No comments:

Post a Comment

Comments

Protected by Copyscape Plagiarism Software