질문
코드의 결과는?
console.log(window.hasOwnProperty('parseInt')); console.log(Number.hasOwnProperty('parseInt'));
true
,false
false
,true
true
,true
답: 3, 이유
코드의 결과는?
console.log(parseInt(011));
궁금한 점
🙄
encodeURIComponent
, encodeURI
어느 상황에 어느 메서드를 사용!?