<script>
var a = "JavaScript ";
var b = "Code";
var c = a + b;
document.write(c);
</script>