|
| 1 | +# JavaScript First |
| 2 | +By Brett "Hans" McMurdy |
| 3 | + |
| 4 | +In this book, you'll learn how to code with JavaScript using the node.js runtime environment rather than a browser and a whole lot more. |
| 5 | + |
| 6 | +----- |
| 7 | + |
| 8 | +Order of these chapter may change. |
| 9 | + |
| 10 | +----- |
| 11 | + |
| 12 | +[Table of Contents](toc.md) |
| 13 | + |
| 14 | +* [Foreword](foreword.md) (by [Hans McMurdy]() |
| 15 | +* [Preface](../preface.md) |
| 16 | +* [Chapter 1: History of JavaScript](ch1.md) |
| 17 | +* [Chapter 2: Learning Terminal, NVM & Node.js](ch2.md) |
| 18 | +* [Chapter 3: JavaScript Datatypes & fundementals](ch3.md) |
| 19 | +* [Chapter x: Debugging JavaScript](chx.md) |
| 20 | +* [Chapter x: JavaScript Runtimes: Browsers, Node & Deno](chx.md) |
| 21 | +* [Chapter x: Client VS Server JavaScript](chx.md) |
| 22 | +* [Chapter x: Client-Side: HTML, CSS, JS ](chx.md) |
| 23 | +* [Chapter x: Test Driven JavaScript](chx.md) |
| 24 | +* [Chapter x: JavaScript Web Components](chx.md) |
| 25 | +* [Project A: Build a WarGames Terminal App](project1.md) |
| 26 | +* [Project B: Building a Fullstack Site](project2.md) |
| 27 | +* [Project C: Deploying to the Web](project3.md) |
0 commit comments