This readme will contain information on how the book's final formate should be structured.
. ├── readme.md ├── 00-DRAFT-Content (Subject to change) ├── 0-documentation │ ├── about this repo ├── 0-student_files │ ├── where readers / students should create their code. ├── 01-Reteaching-JavaScript/ │ ├── 01-History-of-JS/ │ │ └── readme.md - subsection │ │ └── code/ │ │ └── imgs/ │ │ └── slides/ │ ├── 02-Terminal-NVM/ │ │ └── readme.md - subsection │ │ └── code/ │ │ └── imgs/ │ │ └── slides/ │ ├── 03-logging-datatypes/ │ │ └── readme.md - subsection │ │ └── code/ │ │ └── imgs/ │ │ └── slides/ │ ├── 04-client-vs-server/ │ │ └── readme.md - subsection │ │ └── code/ │ │ └── imgs/ │ │ └── slides/ ├── .gitpod.Dockerfile ├── .gitpod.yml ├── .github/ │ ├── FUNDING.yml └── LICENSE
Each section should be focused on 1 or two topics at most and look something like the following: