From 7ac8f72abe3f15b51625a6920cc47f04521e1104 Mon Sep 17 00:00:00 2001 From: moretall Date: Sat, 4 Dec 2021 01:42:37 +0900 Subject: Update index.html (#3252) fix typo --- files/ko/learn/javascript/first_steps/what_is_javascript/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ko') diff --git a/files/ko/learn/javascript/first_steps/what_is_javascript/index.html b/files/ko/learn/javascript/first_steps/what_is_javascript/index.html index 614ab821e5..078a5010a0 100644 --- a/files/ko/learn/javascript/first_steps/what_is_javascript/index.html +++ b/files/ko/learn/javascript/first_steps/what_is_javascript/index.html @@ -154,7 +154,7 @@ function updateName() {

자바스크립트 실행 순서

-

브라우저에서 자바스크립트를 만났을 때 일반적으로는 위에서 아래 순서대로 실행됩니다. 이는 순서에 주의해서 코드를 작성해야한다는 의미입니다. 예를 들어, 아래의 첫번째 예재를 통해 자바스크립트 블록을 반환해봅시다:

+

브라우저에서 자바스크립트를 만났을 때 일반적으로는 위에서 아래 순서대로 실행됩니다. 이는 순서에 주의해서 코드를 작성해야한다는 의미입니다. 예를 들어, 아래의 첫번째 예제를 통해 자바스크립트 블록을 반환해봅시다:

const para = document.querySelector('p');
 //HTML 요소 중 p태그를 선택
-- 
cgit v1.2.3-54-g00ecf