Created
May 30, 2018 10:57
-
-
Save khg0712/b758084fe2269ec153437ce276455a0a to your computer and use it in GitHub Desktop.
래퍼 객체2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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