Edit in JSFiddle

var firstName;
var siteName = "C#";
lastName = "Code";
document.write(siteName + " " + lastName);