forked from getify/You-Dont-Know-JS
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
22 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,18 @@ | ||
# You Don't Know JS: Up & Going | ||
# Chapter 1: TODO | ||
# Chapter 1: Into Programming | ||
|
||
// TODO | ||
Welcome to the *"You Don't Know JS"* (YDKJS) book series. This book serves as an introduction to important concepts in general programming, JavaScript specifically, and finally how to approach and understand the rest of the books in the series. | ||
|
||
This chapter will explain the basic principles of programming in modern languages, at a very high level. It's intended if you are reading this but have little to no prior programming experience and are looking to the YDKJS books to help you along your path to understanding programming through the lens of JS. | ||
|
||
If you have more than 2 months experience with programming with any modern language, you can probably safely skip over this chapter and jump straight into Chapter 2 *"Into JavaScript"*. | ||
|
||
## Variables | ||
|
||
## Conditionals | ||
|
||
## Loops | ||
|
||
## Functions | ||
|
||
## Summary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters