var first, second, aboutMe; first = "Hispter"; second = "coder"; aboutMe = first + second; console.log(aboutMe);