The 'new' keyword - Object Creation in JavaScript
Last updated
Was this helpful?
Last updated
Was this helpful?
- new ํค์๋๋ฅผ ์ง์ ๊ตฌํํ๋ ์์์ด๋ค.
key point
obj์์ ์ธ์๋ก ๋ฐ์ ๊ฐ์ฒด์ prototype์ ํ ๋น ํ์๋ค.
return
์ด ๋๊ฐ์ง์ธ ์ด์ ๋ Person์์ return ์ด ์๋ ๊ฒฝ์ฐ์ ์๋ ๊ฒฝ์ฐ ๋๋ฌธ์ด๋ค.
๋ง์ฝ return์ด ์๋๊ฒฝ์ฐ๋ฉด crokford.talk();
๋ ์คํ๋์ง ์๋๋ค. obj๋ฅผ ๋ฆฌํดํ๊ฒ ์๋๊ธฐ ๋๋ฌธ์ด๋ค. newํค์๋๋ฅผ ์ฌ์ฉํด๋ ์ค์ ๋์ผํ๋ค.