/users
/posts
/slides
/apps
/books
mysetting
/users
/posts
/slides
/apps
/books
2021-09-29 17:14
#2 프로토타입 - 심화 1
함수의 prototype 프로퍼티
let animal = {
eats: true
};
function Rabbit(name) {
this.name = name;
}
Rabbit.prototype = animal; // 프로...
더보기
jakeseo-javascript.js 🔨
0
0
33
댓글
댓글 달기
About
Badge
Contact
Activity
Terms of service
Privacy Policy