Skip to content

Instantly share code, notes, and snippets.

@khg0712
Created May 30, 2018 10:59
Show Gist options
  • Save khg0712/dfe02165deb81e0b0f55b219f5a13aec to your computer and use it in GitHub Desktop.
Save khg0712/dfe02165deb81e0b0f55b219f5a13aec to your computer and use it in GitHub Desktop.
표준 내장 객체의 프로토타입 객체
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