์์1 JS_๊ธฐ๋ณธ ๋ฌธ๋ฒ (34)_ prototype (ํน์ง ๋ฐ constructor์์ ์ฐจ์ด) JS์ prototype์ ๋ํด์ ์์๋ณด์. 0. ์์(inheritance) ๊ฐ์ฒด์งํฅ์ ๊ฐ๋ ์ค ํ๋์ธ ์์์ ๊ฐ๋จํ ํํํ๋ฉด ๋ถ๋ชจ ๊ฐ์ฒด์ ์์ฑ์ ์์ ๊ฐ์ฒด๊ฐ ๋ฌผ๋ ค๋ฐ๋ ๊ฒ์ ๋งํ๋ค. JS์์ ์ด๊ฒ์ ๊ตฌํํ๊ธฐ ์ํ ๋ฐฉ๋ฒ์ด ๋ช๊ฐ์ง ์๋๋ฐ ์ฒซ๋ฒ์งธ๋ ์ ๋ฒ์๊ฐ์ ๋ค๋ฃจ์๋ constructor ๋ฌธ๋ฒ์ด๋ค. 2023.08.08 - [๐ | WEB DEV/Vanilla JS] - JS_๊ธฐ๋ณธ ๋ฌธ๋ฒ (33)_ constructor ๋ฌธ๋ฒ ๊ทธ๋ฆฌ๊ณ ๋๋ฒ์งธ ๋ฐฉ๋ฒ์ด prototype์ด๋ค. 1. prototype ๋ชจ๋ ์์ฑ์ ํจ์๋ค์ prototype์ ๋ด์ฅํ๊ณ ์๋ค. function Student(name, code){ this.name = name; this.code = code; } console.log(Student.prot.. 2023. 8. 11. ์ด์ 1 ๋ค์ ๋ฐ์ํ