From fb582ba6be5e3cf2cc2f02884a194d0914a9851d Mon Sep 17 00:00:00 2001 From: alattalatta Date: Sun, 30 Jan 2022 21:09:18 +0900 Subject: Fix broken HTML in Silly story generator --- .../first_steps/silly_story_generator/index.md | 38 +++++++--------------- 1 file changed, 11 insertions(+), 27 deletions(-) (limited to 'files/ko/learn') diff --git a/files/ko/learn/javascript/first_steps/silly_story_generator/index.md b/files/ko/learn/javascript/first_steps/silly_story_generator/index.md index 8583a319f6..3774a0e3b6 100644 --- a/files/ko/learn/javascript/first_steps/silly_story_generator/index.md +++ b/files/ko/learn/javascript/first_steps/silly_story_generator/index.md @@ -5,7 +5,7 @@ translation_of: Learn/JavaScript/First_steps/Silly_story_generator --- {{LearnSidebar}}{{PreviousMenu("Learn/JavaScript/First_steps/Arrays", "Learn/JavaScript/First_steps")}} -이 모듈에서 배운 지식들을 바탕으로 랜덤하게 꾸며진 이야기(silly stories)가 만들어지는 재미있는 앱을 만들어 볼거에요. 즐겨봅시다!! +이 모듈에서 배운 지식들을 바탕으로 랜덤하게 꾸며진 이야기(silly stories)가 만들어지는 재미있는 앱을 만들어 볼거에요. 즐겨봅시다! @@ -47,7 +47,7 @@ translation_of: Learn/JavaScript/First_steps/Silly_story_generator 이 스크린샷은 프로그램 출력의 예시 입니다: - +![](screen_shot_2018-09-19_at_10.01.38_am.png) 더 많은 아이디어를 얻으려면, 완성된 예([have a look at the finished example](http://mdn.github.io/learning-area/javascript/introduction-to-js-1/assessment-finished/) )를 참고하세요(소스코드는 엿보기 없기!) @@ -127,28 +127,12 @@ translation_of: Learn/JavaScript/First_steps/Silly_story_generator ## 이 모듈에서 -- [What is JavaScript?](/en-US/docs/Learn/JavaScript/First_steps/What_is_JavaScript) -- [A first splash into JavaScript](/en-US/docs/Learn/JavaScript/First_steps/A_first_splash) -- [What went wrong? Troubleshooting JavaScript](/en-US/docs/Learn/JavaScript/First_steps/What_went_wrong) -- [Storing the information you need — Variables](/en-US/docs/Learn/JavaScript/First_steps/Variables) -- [Basic math in JavaScript — numbers and operators](/en-US/docs/Learn/JavaScript/First_steps/Math) -- [Handling text — strings in JavaScript](/en-US/docs/Learn/JavaScript/First_steps/Strings) -- [Useful string methods](/en-US/docs/Learn/JavaScript/First_steps/Useful_string_methods) -- [Arrays](/en-US/docs/Learn/JavaScript/First_steps/Arrays) -- [Assessment: Silly story generator](/en-US/docs/Learn/JavaScript/First_steps/Silly_story_generator) - -
<dicword style="user-select: text;">What is JavaScript?</dicword><dicword style="user-select: text;"><dicimg id="play" style="background-image: url(chrome-extension://bmbdcffdhebhecemcchbkfnjlmdiiepe/play.gif);"></dicimg> Eng<dicimg id="copy" style="background-image: url(chrome-extension://bmbdcffdhebhecemcchbkfnjlmdiiepe/copy.png);" title="copy"></dicimg></dicword>



자바 스크립트 란?
- -
- -
- - - -
- -
- - - -
+- [What is JavaScript?](/ko/docs/Learn/JavaScript/First_steps/What_is_JavaScript) +- [A first splash into JavaScript](/ko/docs/Learn/JavaScript/First_steps/A_first_splash) +- [What went wrong? Troubleshooting JavaScript](/ko/docs/Learn/JavaScript/First_steps/What_went_wrong) +- [Storing the information you need — Variables](/ko/docs/Learn/JavaScript/First_steps/Variables) +- [Basic math in JavaScript — numbers and operators](/ko/docs/Learn/JavaScript/First_steps/Math) +- [Handling text — strings in JavaScript](/ko/docs/Learn/JavaScript/First_steps/Strings) +- [Useful string methods](/ko/docs/Learn/JavaScript/First_steps/Useful_string_methods) +- [Arrays](/ko/docs/Learn/JavaScript/First_steps/Arrays) +- [Assessment: Silly story generator](/ko/docs/Learn/JavaScript/First_steps/Silly_story_generator) -- cgit v1.2.3-54-g00ecf