HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
프로그래머스 프론트엔드 데브코스 2기
프로그래머스 프론트엔드 데브코스 2기
/
😀
루카스팀
/
🐯
박유현
/
[스터디] 모던 자바스크립트 Deep Dive 21-22장 읽기

[스터디] 모던 자바스크립트 Deep Dive 21-22장 읽기

상태
완료
날짜
Apr 27, 2022 → Apr 29, 2022
우선순위

질문

코드의 결과는?

console.log(window.hasOwnProperty('parseInt')); console.log(Number.hasOwnProperty('parseInt'));
  1. true, false
  1. false, true
  1. true, true
 
답: 3, 이유

코드의 결과는?

console.log(parseInt(011));
 

궁금한 점

🙄 encodeURIComponent, encodeURI 어느 상황에 어느 메서드를 사용!?