강의

멘토링

커뮤니티

Inflearn Community Q&A

sjjeon171431's profile image
sjjeon171431

asked

Life Coding - JavaScript Basics

Using Arrays - Arrays and Loops

toUpperCase() 에 대해서 질문입니다.

Written on

·

249

0

강의 너무잘듣고 있는 학생입니다.

3:43 경에 toUpperCase()는 alert()함수와 같이 자바스크립트에 원래 내제되어있는 함수라고 하셨는데

왜 a.toUpperCase()로 호출되는지가 궁금합니다.

왜 alert()와 같이 파라미터로 a가 들어가지 않는것인지 궁금합니다.

.뒤에 오는것은 메소드라고 하셨는데

혹시 a 가 객체이고 toUpperCase()가 객체안의 메소드 인것인가요..?

javascript

Answer

This question is waiting for answers
Be the first to answer!
sjjeon171431's profile image
sjjeon171431

asked

Ask a question