parseInt, parseFloat => global functionsNumber์ ๊ตณ์ด ์๋ถํ๋ ๋์ง๋ง, ์์ฆ์ ๋ถํ์ ์ ๋ ์ถ์ธ!Check if value is NaN. data type์ด NaN์ธ์ง๋ฅผ ํ์ธํ๋ค.console.log(Number.isNaN(20))
์๋ฐ์คํฌ๋ฆฝํธ๋ฅผ ๋ค๋ฃจ๋ ๋ฐฉ๋ฒ : ๋ธ๋ผ์ฐ์ ์ console ์ด์ฉํ๊ธฐ.HTML์ CSS & JS ๋ถ๋ฌ์ค๊ธฐnumber integer = full number (์ ์) ex) 1,2 / float ex) 1.2 string = text ex) "hello"con