Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f92612a

Browse files
add table of content for JS-First
1 parent 96c0fc5 commit f92612a

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

‎.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/Collection
33
research.md
44

5+
# Hide Docker Stuff
6+
*/sql/data
7+
58
# Logs
69
logs
710
*.log

‎JavaScript-First/readme.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /