JavaScript
형변환
Michelle Hwang
2021. 4. 28. 16:38
1. 숫자 자료형으로 변환하기
Number(자료)
2. 문자열 자료형으로 변환하기
String(자료)
3. 불 자료형으로 변환하기
Boolean(자료)
어머나, 심플하네요.