본문 바로가기

JavaScript

문자열,숫자열 변환하기

숫자 => 문자

String(변수);

 

문자 => 숫자

Numner(변수);

'JavaScript' 카테고리의 다른 글

Prototype, instance , __proto__, Prototype Chain  (0) 2019.09.23
this  (0) 2019.09.21
이벤트핸들러 1회 적용 후 제거  (0) 2019.09.11
Closure ,Recursion ,Call Stack ,  (0) 2019.09.06
기계어 ,어셈블리어 , Interpreted Language  (0) 2019.09.05