|
| 1 | +# Learn JavaScript First, with terminal, NVM & Node.js |
| 2 | + |
1 | 3 | In this article, you will learn the basics of terminal commands then we’ll go over installing git & NVM, and finally installing node and creating a test.js file.
|
2 | 4 |
|
3 | | -This article is part of an ongoing educational series that will be turned into a book and therefore is considered a "living article" subject to change. |
| 5 | +This content is part of an ongoing educational series and based off content originally taught to high school coding students to teach them full stack JavaScript in a semester. It is now being turned into an [open source book](https://github.com/HansUXdev/OSS-Books) and therefore is considered a "living article" subject to change, new articles are published on github first, then on [medium.com](https://medium.com/@HansOnConsult). |
| 6 | + |
4 | 7 | If you have question, want to contribute or just wanna chat about the content, leave a comment!
|
5 | 8 | If you have a find a bug, typo, DM me on twitter @HansOnConsult.
|
6 | 9 |
|
7 | | -If you want to contribute to the book, see the GitHub page: https://github.com/HansUXdev/UniversalJavaScript |
| 10 | +If you want to contribute to the book, see the GitHub page: https://github.com/HansUXdev/OSS-Books |
8 | 11 |
|
9 | 12 | ## Pre-Assessments
|
10 | 13 | Before you continue reading, consider taking the [pre-assessment](https://create.kahoot.it/share/command-line/69a5e0af-b335-405b-8dd9-fffee3191193) to test your knowledge of basic terminal commands. The knowledge assessments are intended to only take 60 seconds and are used to assess whether a reader has the required /preferred prior knowledge.
|
11 | | -``` |
| 14 | + |
12 | 15 | If you pass the assessment then feel free to skip the command line section and start installing NVM.
|
13 | | -``` |
| 16 | + |
14 | 17 |
|
15 | 18 | ## Command Line Basics
|
16 | 19 | Below is a list of just a few common commands you will need to use and understand to install some developer tools like nvm and others.
|
|
0 commit comments