728x90
TypeScript ์์ ๋ณ์๊ฐ string ํํ์ฌ์ผ ํ๋๋ฐ undefined์ผ ๋ ๋ฐ์ํ๋ ํ์ ์๋ฌ๋ก, ํํ๊ฒ ๋ฐ์ํ๋ค.
๊ฐ์ฅ ๊ฐ๋จํ ํด๊ฒฐ์ฑ
์, ๊ฐ์ด undefined์ผ ๊ฒฝ์ฐ ๋น ๋ฌธ์์ด์ธ ''
์ ํ ๋นํด์ฃผ๋ ๊ฒ์ด๋ค.
์๋๋ ๊ทธ ์์์ด๋ค.
const userName: string = userDetails?.userName || '';
728x90