Popovkov57

179
reputation
16
var first, second, aboutMe;

first = "Hispter";
second = "coder";

aboutMe = first + second;

console.log(aboutMe);