Created
May 30, 2018 10:59
-
-
Save khg0712/dfe02165deb81e0b0f55b219f5a13aec to your computer and use it in GitHub Desktop.
표준 내장 객체의 프로토타입 객체
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
Number.prototype.prop = 1; | |
var a = 1; | |
console.log(a.prop);//1 출력 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment