Skip to content

Commit

Permalink
up+going: ch1 intro
Browse files Browse the repository at this point in the history
  • Loading branch information
getify committed Dec 27, 2014
1 parent 4f04fb7 commit 7532b66
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion up & going/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
[Table of Contents](toc.md)

* [Preface](../preface.md)
* [Chapter 1: TODO](ch1.md)
* [Chapter 1: Into Programming](ch1.md)
* [Appendix A: Thank You's!](apA.md)
16 changes: 14 additions & 2 deletions up & going/ch1.md
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
9 changes: 7 additions & 2 deletions up & going/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
## Table of Contents

* Preface
* Chapter 1: // TODO
* // TODO
* Chapter 1: Into Programming
* Variables
* Conditionals
* Loops
* Functions
* Chapter 2: Into JavaScript
* Chapter 3: The Rest of the Series
* Appendix A: Thank You's!

0 comments on commit 7532b66

Please sign in to comment.