Skip to content

Instantly share code, notes, and snippets.

@QuatoHub
Created September 8, 2021 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save QuatoHub/820cc05c95aed2a9c54cff9f2bd46d33 to your computer and use it in GitHub Desktop.
Save QuatoHub/820cc05c95aed2a9c54cff9f2bd46d33 to your computer and use it in GitHub Desktop.
var first = "Hyeon-jun";
var last = "Moon";
// ES5 : 문자열 연결
console.log("My name is " + first + "" + last + ".");
// My name is Hyeon-jun Moon.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment