Skip to content

Instantly share code, notes, and snippets.

@QuatoHub
Last active September 21, 2021 13:20
Show Gist options
  • Save QuatoHub/be13a7e637c84783805be4ea9f1ac19c to your computer and use it in GitHub Desktop.
Save QuatoHub/be13a7e637c84783805be4ea9f1ac19c to your computer and use it in GitHub Desktop.
// 문자열 연결 연산자
"1" + 2; // '12'
1 + "2"; // '12'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment