Skip to content

Instantly share code, notes, and snippets.

@kjk
Created November 8, 2019 22:06
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 kjk/9bf29895e384e4f4f05e9886bbfa741f to your computer and use it in GitHub Desktop.
Save kjk/9bf29895e384e4f4f05e9886bbfa741f to your computer and use it in GitHub Desktop.
// :glot
let s = "my";
s = s + " message";
console.log(s); // -> my message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment