const int = parseInt(str) // parseInt 는 number 정수 로 타입을 바꿔준다.  

constfloat = parseFloat(str) // parseFloat는 number 소수로 타입을 바꿔준다.



+ Recent posts