diff --git a/1-getting-started-lessons/1-intro-to-programming-languages/translations/README.ko.md b/1-getting-started-lessons/1-intro-to-programming-languages/translations/README.ko.md index afc23138..2351bb0b 100644 --- a/1-getting-started-lessons/1-intro-to-programming-languages/translations/README.ko.md +++ b/1-getting-started-lessons/1-intro-to-programming-languages/translations/README.ko.md @@ -2,11 +2,11 @@ 이 강의에서는 프로그래밍 언어의 기초를 다룹니다. 여기에서 다루는 주제는 오늘 날 많은 최신 프로그래밍 언어에 적용됩니다. 'Tools of the Trade' 세션에서는 개발자에게 도움이 되는 유용한 소프트웨어에 대해 알아보겠습니다. - + > Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac) ## 강의 전 퀴즈 -[Pre-lecture quiz](.github/pre-lecture-quiz.md) +[Pre-lecture quiz](../.github/pre-lecture-quiz.md) ## 소개 @@ -181,7 +181,7 @@ command line 옵션은 사용하는 운영체제에 따라 다릅니다. 일부 프로그래밍 언어를 비교하십시오. JavaScript와 자바의 특징은 무엇입니까? COBOL과 Go는 어떻습니까? ## 강의 후 퀴즈 -[Post-lecture quiz](.github/post-lecture-quiz.md) +[Post-lecture quiz](../.github/post-lecture-quiz.md) ## 리뷰 & 자기주도 학습 @@ -189,4 +189,4 @@ command line 옵션은 사용하는 운영체제에 따라 다릅니다. ## 과제 -[Reading the Docs](assignment.md) +[Reading the Docs](../assignment.md) diff --git a/1-getting-started-lessons/2-github-basics/translations/README.ko.md b/1-getting-started-lessons/2-github-basics/translations/README.ko.md index b36d184c..6f37cdd9 100644 --- a/1-getting-started-lessons/2-github-basics/translations/README.ko.md +++ b/1-getting-started-lessons/2-github-basics/translations/README.ko.md @@ -2,11 +2,11 @@ 이 강의에서는 코드 변경점을 호스팅하고 관리하는 플랫폼인 GitHub의 기본 사항을 다룹니다. - + > Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac) ## 강의 전 퀴즈 -[Pre-lecture quiz](.github/pre-lecture-quiz.md) +[Pre-lecture quiz](../.github/pre-lecture-quiz.md) ## 소개 @@ -242,9 +242,9 @@ pull request는 리뷰, 코멘트, 통합 테스트 등을 통해 브랜치에 먼저, GitHub에서 관심있고 변경 사항을 기여할 저장소를 찾아 보겠습니다. 그 곳의 내용을 자신의 장치에 복사하고 싶을 것입니다. -✅ '입문-친화적'인 저장소를 찾는 좋은 방법은 ['good-first-issue 태그로 검새'](https://github.blog/2020-01-22-browse-good-first-issues-to-start-contributing-to-open-source/). +✅ '입문-친화적'인 저장소를 찾는 좋은 방법은 ['good-first-issue 태그로 검색하는 것입니다.'](https://github.blog/2020-01-22-browse-good-first-issues-to-start-contributing-to-open-source/). - + 코드를 복사하는 방법에는 여러 가지가 있습니다. 한 가지 방법은 HTTPS, SSH 또는 GitHub CLI (Command Line 인터페이스)를 사용하여 저장소의 내용을 "복제"하는 것입니다. @@ -275,7 +275,7 @@ GitHub의 모든 공개 저장소에 스타 표시, 워치 및/또는 "포크" 친구와 페어링하여 서로의 코드를 작업하세요. 공동으로 프로젝트를 만들고, 코드를 포크하고, 브랜치를 만들고, 변경 사항을 병합합니다. ## 강의 후 퀴즈 -[Post-lecture quiz](.github/post-lecture-quiz.md) +[Post-lecture quiz](../.github/post-lecture-quiz.md) ## 리뷰 & 자기주도 학습 diff --git a/1-getting-started-lessons/3-accessibility/translations/README.ko.md b/1-getting-started-lessons/3-accessibility/translations/README.ko.md index d01004fb..201cfd38 100644 --- a/1-getting-started-lessons/3-accessibility/translations/README.ko.md +++ b/1-getting-started-lessons/3-accessibility/translations/README.ko.md @@ -1,10 +1,10 @@ # 접근 가능한 웹 페이지 생성하기 - + > Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac) ## 강의 전 퀴즈 -[Pre-lecture quiz](.github/pre-lecture-quiz.md) +[Pre-lecture quiz](../.github/pre-lecture-quiz.md) > 웹의 힘은 보편성에 있습니다. 장애에 관계없이 모든 사람이 접근하는 것은 필수 요소입니다. > @@ -207,7 +207,7 @@ CSS는 페이지에 있는 모든 요소의 형태를 완벽하게 제어합니 ``` ## 강의 후 퀴즈 -[Post-lecture quiz](.github/post-lecture-quiz.md) +[Post-lecture quiz](../.github/post-lecture-quiz.md) ## 리뷰 & 자기주도 학습 @@ -215,6 +215,6 @@ CSS는 페이지에 있는 모든 요소의 형태를 완벽하게 제어합니 ## 과제 -[Analyze a non-accessible web site](assignment.md) +[Analyze a non-accessible web site](../assignment.md) 크레딧: [Turtle Ipsum](https://github.com/Instrument/semantic-html-sample) by Instrument diff --git a/1-getting-started-lessons/translations/README.ko.md b/1-getting-started-lessons/translations/README.ko.md index 8029df51..7419e0a4 100644 --- a/1-getting-started-lessons/translations/README.ko.md +++ b/1-getting-started-lessons/translations/README.ko.md @@ -4,9 +4,9 @@ ### 토픽 -1. [프로그래밍 언어 및 도구 소개](1-intro-to-programming-languages/README.md) -2. [GitHub의 기초](2-github-basics/README.md) -3. [접근성의 기초](3-accessibility/README.md) +1. [프로그래밍 언어 및 도구 소개](../1-intro-to-programming-languages/translations/README.ko.md) +2. [GitHub의 기초](../2-github-basics/translations/README.ko.md) +3. [접근성의 기초](../3-accessibility/translations/README.ko.md) ### 크레딧 diff --git a/2-js-basics/1-data-types/translations/README.ko.md b/2-js-basics/1-data-types/translations/README.ko.md index cce94b72..b61b8dbe 100644 --- a/2-js-basics/1-data-types/translations/README.ko.md +++ b/2-js-basics/1-data-types/translations/README.ko.md @@ -1,10 +1,10 @@ # JavaScript 기초: 데이터 타입 - + > Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac) ## 강의 전 퀴즈 -[Pre-lecture quiz](.github/pre-lecture-quiz.md) +[Pre-lecture quiz](../.github/pre-lecture-quiz.md) 해당 강의에서는 웹에서 상호작용을 제공하는 언어인 JavaScript의 기초를 다룹니다. @@ -185,7 +185,7 @@ let myString2 = "World"; JavaScript는 때때로 놀라운 방법으로 데이터 타입을 처리하는 것으로 유명합니다. 'gotchas'에 대해 약간 알아보세요. 예시: 대소문자 구분은 물릴 수 있습니다! 콘솔에서 다음을 시도하십시오: `let age = 1; let Age = 2; age == Age` (resolves `false` -- why?). 다른 문제를 찾을 수 있습니까? ## 강의 후 퀴즈 -[Post-lecture quiz](.github/post-lecture-quiz.md) +[Post-lecture quiz](../.github/post-lecture-quiz.md) ## 리뷰 & 자기주도 학습 @@ -193,4 +193,4 @@ JavaScript는 때때로 놀라운 방법으로 데이터 타입을 처리하는 ## 과제 -[Data Types Practice](assignment.md) \ No newline at end of file +[Data Types Practice](../assignment.md) \ No newline at end of file diff --git a/2-js-basics/2-functions-methods/translations/README.ko.md b/2-js-basics/2-functions-methods/translations/README.ko.md index bec0c1e3..e33f7a73 100644 --- a/2-js-basics/2-functions-methods/translations/README.ko.md +++ b/2-js-basics/2-functions-methods/translations/README.ko.md @@ -1,10 +1,10 @@ # JavaScript 기초: 메소드와 함수 - + > Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac) ## 강의 전 퀴즈 -[Pre-lecture quiz](.github/pre-lecture-quiz.md) +[Pre-lecture quiz](../.github/pre-lecture-quiz.md) 코드 작성에 대해 생각할 때 항상 코드를 읽을 수 있도록 해야합니다. 직설적이지 않지만, 코드는 작성된 것보다 더 많이 읽힙니다. 개발자의 툴 박스에서 유지관리 가능한 코드를 보장하는 핵심 도구는 **함수**입니다. @@ -181,7 +181,7 @@ setTimeout(3000, () => { 함수와 메소드의 차이점을 한 문장으로 표현할 수 있나요? 시도해보세요! ## 강의 후 퀴즈 -[Post-lecture quiz](.github/post-lecture-quiz.md) +[Post-lecture quiz](../.github/post-lecture-quiz.md) ## 리뷰 & 자기주도 학습 @@ -189,4 +189,4 @@ setTimeout(3000, () => { ## 과제 -[Fun with Functions](assignment.md) \ No newline at end of file +[Fun with Functions](../assignment.md) \ No newline at end of file diff --git a/2-js-basics/3-making-decisions/translations/README.ko.md b/2-js-basics/3-making-decisions/translations/README.ko.md index c395508c..8925dd1e 100644 --- a/2-js-basics/3-making-decisions/translations/README.ko.md +++ b/2-js-basics/3-making-decisions/translations/README.ko.md @@ -1,10 +1,10 @@ # JavaScript 기초: 결정하기 - + > Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac) ## 강의 전 퀴즈 -[Pre-lecture quiz](.github/pre-lecture-quiz.md) +[Pre-lecture quiz](../.github/pre-lecture-quiz.md) 결정을 내리고 코드가 실행되는 순서를 제어하면 코드를 재사용하며 강력하게 만들 수 있습니다. 이 강의에서는 JavaScript에서 데이터 흐름을 제어하기 위한 구문과 논리 자료형 데이터 타입을 함께 사용하는 중요성을 다룹니다. @@ -160,7 +160,7 @@ if (firstNumber > secondNumber) { 논리 연산자로 프로그램을 먼저 만든 뒤, 삼항 표현식을 사용하여 다시 작성하십시오. 어떤 구문을 선호합니까? ## 강의 후 퀴즈 -[Post-lecture quiz](.github/post-lecture-quiz.md) +[Post-lecture quiz](../.github/post-lecture-quiz.md) ## 리뷰 & 자기주도 학습 @@ -170,4 +170,4 @@ Josh Comeau'의 wonderful [operator lookup](https://joshwcomeau.com/operator-loo ## 과제 -[Operators](assignment.md) +[Operators](../assignment.md) diff --git a/2-js-basics/4-arrays-loops/translations/README.ko.md b/2-js-basics/4-arrays-loops/translations/README.ko.md index 406d9fe2..901ccb10 100644 --- a/2-js-basics/4-arrays-loops/translations/README.ko.md +++ b/2-js-basics/4-arrays-loops/translations/README.ko.md @@ -1,10 +1,10 @@ # JavaScript 기초: 배열과 반복 - + > Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac) ## 강의 전 퀴즈 -[Pre-lecture quiz](.github/pre-lecture-quiz.md) +[Pre-lecture quiz](../.github/pre-lecture-quiz.md) 이 강의에서는 웹에서 상호 작용을 제공하는 언어인 JavaScript의 기본 사항을 다룹니다. 데이터를 컨트롤하는 데 사용하는 배열과 반복문에 대해 알아 봅니다. @@ -112,7 +112,7 @@ for (let i = 0; i < iceCreamFlavors.length; i++) { for문과 while문 외에 배열을 반복하는 다른 방법이 있습니다. [forEach](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach), [for-of](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of) 그리고 [map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map)도 있습니다. 해당 기술 중 하나를 사용하여 배열 반복을 다시 작성하십시오. ## 강의 후 퀴즈 -[Post-lecture quiz](.github/post-lecture-quiz.md) +[Post-lecture quiz](../.github/post-lecture-quiz.md) ## 리뷰 & 자기주도 학습 @@ -121,4 +121,4 @@ JavaScript의 배열에는 많은 메서드를 가져서 데이터 조작에 매 ## 과제 -[Loop an Array](assignment.md) +[Loop an Array](../assignment.md) diff --git a/2-js-basics/translations/README.ko.md b/2-js-basics/translations/README.ko.md index 559ca603..d4d0d31e 100644 --- a/2-js-basics/translations/README.ko.md +++ b/2-js-basics/translations/README.ko.md @@ -4,10 +4,10 @@ JavaScript는 웹의 언어입니다. 이 네 가지 강의에서 기초를 배 ### 주제 -1. [변수와 데이터 타입](1-data-types/README.md) -2. [함수와 메소드](2-functions-methods/README.md) -3. [JavaScript로 결정하기](3-making-decisions/README.md) -4. [배열과 반복](4-arrays-loops/README.md) +1. [변수와 데이터 타입](../1-data-types/translations/README.ko.md) +2. [함수와 메소드](../2-functions-methods/translations/README.ko.md) +3. [JavaScript로 결정하기](../3-making-decisions/translations/README.ko.md) +4. [배열과 반복](../4-arrays-loops/translations/README.ko.md) ### 크레딧 diff --git a/3-terrarium/1-intro-to-html/translations/README.ko.md b/3-terrarium/1-intro-to-html/translations/README.ko.md index 812201fc..2d94e03d 100644 --- a/3-terrarium/1-intro-to-html/translations/README.ko.md +++ b/3-terrarium/1-intro-to-html/translations/README.ko.md @@ -1,11 +1,11 @@ # Terrarium 프로젝트 파트 1: HTML 소개 - + > Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac) ## 강의 전 퀴즈 -[Pre-lecture quiz](.github/pre-lecture-quiz.md) +[Pre-lecture quiz](../.github/pre-lecture-quiz.md) ### 소개 @@ -17,7 +17,7 @@ HTML, HyperText Markup Language는 웹의 '뼈대' 입니다. CSS가 HTML과 Jav 컴퓨터에서, 'terrarium' 이라는 폴더를 만들고 그 안에 'index.html' 파일을 만듭니다. 새 VS Code 윈도우를 열어서 'open folder'를 클릭하고, terrarium 폴더를 만들면 Visual Studio Code에서 이 작업을 할 수 있습니다. 탐색기에서 작은 'file' 버튼을 클릭하고 새 파일을 만듭니다: - + 또는 @@ -217,7 +217,7 @@ HTML에는 여전히 재미있고 '오래된' 태그가 있지만, 마크업에 ## 강의 후 퀴즈 -[Post-lecture quiz](.github/post-lecture-quiz.md) +[Post-lecture quiz](../.github/post-lecture-quiz.md) ## 리뷰 & 자기주도 학습 @@ -228,4 +228,4 @@ HTML은 웹을 오늘 날의 웹으로 구축하는 데 도움이 준 'tried and ## 과제 -[Practice your HTML: Build a blog mockup](assignment.md) +[Practice your HTML: Build a blog mockup](../assignment.md) diff --git a/3-terrarium/2-intro-to-css/translations/README.ko.md b/3-terrarium/2-intro-to-css/translations/README.ko.md index 722d607c..c86204a6 100644 --- a/3-terrarium/2-intro-to-css/translations/README.ko.md +++ b/3-terrarium/2-intro-to-css/translations/README.ko.md @@ -1,11 +1,11 @@ # Terrarium 프로젝트 파트 2: CSS 소개 - + > Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac) ## 강의 전 퀴즈 -[Pre-lecture quiz](.github/pre-lecture-quiz.md) +[Pre-lecture quiz](../.github/pre-lecture-quiz.md) ### 소개 @@ -69,7 +69,7 @@ body { 브라우저의 콘솔에서 'Elements'을 열고 H1 폰트를 보십시오. 브라우저에 기록된대로 본문에서 폰트를 상속합니다: - + ✅ 중첩된 스타일이 다른 속성을 상속하도록 만들 수 있습니까? @@ -246,13 +246,13 @@ HTML 마크업의 각 식물에는 id와 클래스의 조합이 있습니다. id jar 좌측 하단 부분에 'bubble' 광택을 추가하여 유리처럼 보이도록 합니다. `.jar-glossy-long`과 `.jar-glossy-short`를 빛 반사되는 것처럼 보이도록 꾸밉니다. 다음과 같이 표시됩니다. - + 강의 후 퀴즈를 완료하려면, 다음 학습 모듈을 진행하십시오: [Style your HTML app with CSS](https://docs.microsoft.com/en-us/learn/modules/build-simple-website/4-css-basics) ## 강의 후 퀴즈 -[Post-lecture quiz](.github/post-lecture-quiz.md) +[Post-lecture quiz](../.github/post-lecture-quiz.md) ## 리뷰 & 자기주도 학습 @@ -260,4 +260,4 @@ CSS는 믿을 수 없게 간단해 보이지만, 모든 브라우저와 모든 ## 과제 -[CSS Refactoring](assignment.md) +[CSS Refactoring](../assignment.md) diff --git a/3-terrarium/3-intro-to-DOM-and-closures/translations/README.ko.md b/3-terrarium/3-intro-to-DOM-and-closures/translations/README.ko.md index 169fba17..92f867f1 100644 --- a/3-terrarium/3-intro-to-DOM-and-closures/translations/README.ko.md +++ b/3-terrarium/3-intro-to-DOM-and-closures/translations/README.ko.md @@ -1,11 +1,11 @@ # Terrarium 프로젝트 파트 3: DOM 조작과 클로저 - + > Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac) ## 강의 전 퀴즈 -[Pre-lecture quiz](.github/pre-lecture-quiz.md) +[Pre-lecture quiz](../.github/pre-lecture-quiz.md) ### 소개 @@ -17,7 +17,7 @@ DOM을 조작하기 위해 클로저를 사용할 예정입니다. > DOM을 웹 페이지 문서를 제어할 수 있는 모든 방법으로 나타낼 수 있는 트리로 생각하십시오. 프로그래머가 선택한 프로그래밍 언어를 사용하여 DOM에 접근하고 편집, 변경, 재배치하며 관리할 수 있는 다양한 API(Application Program Interfaces)가 작성되어 있습니다. - + > DOM과 참조하는 HTML 마크업의 표현입니다. From [Olfa Nasraoui](https://www.researchgate.net/publication/221417012_Profile-Based_Focused_Crawler_for_Social_Media-Sharing_Websites) @@ -189,7 +189,7 @@ function stopElementDrag() { 이제 프로젝트를 완료했습니다! -🥇 축하합니다! 아름다운 terrarium을 완성했습니다.  +🥇 축하합니다! 아름다운 terrarium을 완성했습니다.  --- @@ -199,7 +199,7 @@ function stopElementDrag() { ## 강의 후 퀴즈 -[Post-lecture quiz](.github/post-lecture-quiz.md) +[Post-lecture quiz](../.github/post-lecture-quiz.md) ## 리뷰 & 자기주도 학습 @@ -211,5 +211,5 @@ function stopElementDrag() { ## 과제 -[Work a bit more with the DOM](assignment.md) +[Work a bit more with the DOM](../assignment.md) diff --git a/3-terrarium/translations/README.ko.md b/3-terrarium/translations/README.ko.md index 7ec8d815..773580ac 100644 --- a/3-terrarium/translations/README.ko.md +++ b/3-terrarium/translations/README.ko.md @@ -2,13 +2,13 @@ 작은 드래그 앤 드롭 코드-명상. 약간의 HTML, JS와 CSS를 사용하여 웹 인터페이스를 구축하고, 스타일을 지정하고, 상호 작용을 추가합니다. - + # Lessons -1. [HTML 소개](./1-intro-to-html/README.md) -2. [CSS 소개](./2-intro-to-css/README.md) -3. [DOM 및 JS Closures](./3-intro-to-DOM-and-closures/README.md) +1. [HTML 소개](.././1-intro-to-html/translations/README.ko.md) +2. [CSS 소개](.././2-intro-to-css/translations/README.ko.md) +3. [DOM 및 JS Closures](.././3-intro-to-DOM-and-closures/translations/README.ko.md) ## 크레딧 diff --git a/4-typing-game/translations/README.ko.md b/4-typing-game/translations/README.ko.md index 590eaf6f..959cafde 100644 --- a/4-typing-game/translations/README.ko.md +++ b/4-typing-game/translations/README.ko.md @@ -8,7 +8,7 @@ 타이핑 게임을 만들기 위해 지금까지 배운 JavaScript, HTML 및 CSS 스킬을 사용합니다. 게임은 플레이어에게 무작위 인용문([Sherlock Holmes](https://en.wikipedia.org/wiki/Sherlock_Holmes) 인용문 사용)과 플레이어가 정확하게 입력하는 데 걸리는 시간을 제시합니다. - + ## 사전 조건 diff --git a/5-browser-extension/1-about-browsers/translations/README.ko.md b/5-browser-extension/1-about-browsers/translations/README.ko.md index 83a83103..9f088dfc 100644 --- a/5-browser-extension/1-about-browsers/translations/README.ko.md +++ b/5-browser-extension/1-about-browsers/translations/README.ko.md @@ -1,11 +1,11 @@ # 브라우저 확장 프로젝트 파트 1: 브라우저에 대한 모든 것 - + > Sketchnote by [Wassim Chegham](https://dev.to/wassimchegham/ever-wondered-what-happens-when-you-type-in-a-url-in-an-address-bar-in-a-browser-3dob) ## 강의 전 퀴즈 -[Pre-lecture quiz](.github/pre-lecture-quiz.md) +[Pre-lecture quiz](../.github/pre-lecture-quiz.md) ### 소개 @@ -19,7 +19,7 @@ ✅ 약간의 역사: 첫번째 브라우저는 'WorldWideWeb'라고 불렸으며 Sir Timothy Berners-Lee가 1990년에 만들었습니다. - + > Some early browsers, via [Karen McGrane](https://www.slideshare.net/KMcGrane/week-4-ixd-history-personal-computing) 사용자가 URL(Uniform Resource Locator) 주소를 사용하여 인터넷에 연결하고, `http` 혹은 `https` 주소를 통해 Hypertext Transfer Protocol을 사용하면, 브라우저가 웹 서버와 통신하여 웹 페이지를 가져옵니다. @@ -46,7 +46,7 @@ 만들기 전에, 브라우저 확장을 작성하고 배포하는 프로세스를 찾아보세요. 브라우저마다 이 작업을 관리하는 방법이 다소 다르지만, 프로세스는 Chrome과 Firefox와 같이 Edge의 예제와 유사합니다: - + 본질적으로, 프로세스는 다음과 같습니다: @@ -86,11 +86,11 @@ src 이 확장은 두 화면을 가집니다. 한 화면에는 API 키와 지역 코드를 수집합니다: - + 그리고 두번째 화면에는 지역의 탄소 사용량을 출력합니다: - + 이제 HTML 폼을 작성하고 CSS 스타일을 지정하는 것으로 시작하겠습니다. @@ -149,7 +149,7 @@ npm install ## 강의 후 퀴즈 -[Post-lecture quiz](.github/post-lecture-quiz.md) +[Post-lecture quiz](../.github/post-lecture-quiz.md) ## 리뷰 & 자기주도 학습 @@ -163,5 +163,5 @@ npm install ## 과제 -[Restyle your extension](assignment.md) +[Restyle your extension](../assignment.md) diff --git a/5-browser-extension/2-forms-browsers-local-storage/translations/README.ko.md b/5-browser-extension/2-forms-browsers-local-storage/translations/README.ko.md index cfe75231..6967bd1c 100644 --- a/5-browser-extension/2-forms-browsers-local-storage/translations/README.ko.md +++ b/5-browser-extension/2-forms-browsers-local-storage/translations/README.ko.md @@ -2,7 +2,7 @@ ## 강의 전 퀴즈 -[Pre-lecture quiz](.github/pre-lecture-quiz.md) +[Pre-lecture quiz](../.github/pre-lecture-quiz.md) ### 소개 @@ -12,7 +12,7 @@ ### 확장에서 조작할 요소를 설정합니다: -지금까지 HTML 폼과 브라우저 확장에 대한 결과 `