ADD : add korean readme skeleton file

This commit is contained in:
minwook-shin
2020-11-17 19:10:04 +09:00
parent 4918b11e8f
commit 35a2e57a7e
29 changed files with 5539 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Introduction to JavaScript
JavaScript is the language of the web. In these four lessons, you'll learn its basics.
### Topics
1. [Variables and Data Types](1-data-types/README.md)
2. [Functions and Methods](2-functions-methods/README.md)
3. [Making Decisions with JavaScript](3-making-decisions/README.md)
4. [Arrays and Loops](4-arrays-loops/README.md)
### Credits
These lessons were written with ♥️ by [Jasmine Greenaway](https://twitter.com/paladique), [Christopher Harrison](https://twitter.com/geektrainer) and [Chris Noring](https://twitter.com/chris_noring)