Replies: 1 comment
-
답변함수 선언과 함수 표현식은 모두 함수를 정의하는 방법이지만, 함수 선언은 전역 스코프에 속하고 함수 정의 전에 호출할 수 있는 반면, 함수 표현식은 변수 스코프에 속하고 함수 정의 후에만 호출할 수 있습니다. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
답변
Beta Was this translation helpful? Give feedback.
All reactions