Skip to content

Instantly share code, notes, and snippets.

@khg0712
Created May 30, 2018 10:57
Show Gist options
  • Save khg0712/b758084fe2269ec153437ce276455a0a to your computer and use it in GitHub Desktop.
Save khg0712/b758084fe2269ec153437ce276455a0a to your computer and use it in GitHub Desktop.
래퍼 객체2
var myWord = "hello";
myWord.someProperty = 111; // new String(myWord).someProperty = 111;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment