Skip to content

Instantly share code, notes, and snippets.

@khg0712
Created May 1, 2018 14:52
Show Gist options
  • Save khg0712/d46ca78b884c37ec2170ab1f60afedb5 to your computer and use it in GitHub Desktop.
Save khg0712/d46ca78b884c37ec2170ab1f60afedb5 to your computer and use it in GitHub Desktop.
var a = "abc"; a[1] = "d";
console.log(a); // 출력: "abc" // 변경 불가!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment