Web-Dev-For-Beginners/2-js-basics
Jen Looper 6f663cdc28
Merge pull request #248 from CLDXiang/translate-zh-cn-ch-2
Translate Ch. 2 into Simplified Chinese
2021-04-22 11:13:28 -04:00
..
1-data-types Merge pull request #248 from CLDXiang/translate-zh-cn-ch-2 2021-04-22 11:13:28 -04:00
2-functions-methods Merge pull request #248 from CLDXiang/translate-zh-cn-ch-2 2021-04-22 11:13:28 -04:00
3-making-decisions Merge pull request #248 from CLDXiang/translate-zh-cn-ch-2 2021-04-22 11:13:28 -04:00
4-arrays-loops Merge pull request #248 from CLDXiang/translate-zh-cn-ch-2 2021-04-22 11:13:28 -04:00
translations translate Ch. 2 README into zh-cn 2021-04-12 20:05:29 +08:00
README.md folder names 2020-11-09 22:51:04 -05:00

README.md

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
  2. Functions and Methods
  3. Making Decisions with JavaScript
  4. Arrays and Loops

Credits

These lessons were written with ♥️ by Jasmine Greenaway, Christopher Harrison and Chris Noring