JavaScript & NodeJS Basics. Part I
November 13, 2019 · View on GitHub
JavaScript & NodeJS Basics. Part I
Important note. In NodeJS course we expect students to be familiar with JavaScript before starting the main part of the course. Here is a list of topics you should be confident with:
- Array methods (filter, map, reduce etc.)
- ES6 features: arrow functions, classes
- Promises, async/await
- ES6 modules (import/export syntax)
- Functions in depth: higher-order functions, callbacks, function composition
If you need to catch up, you can use the following materials for self-study: JavaScript Basics
Task
In this task you will get familiar with some features of NodeJS which you may have never seen in frontend development. Also you will take a closer look at JavaScript functions. Please complete the following workshops from NodeSchool:
-
Make a screenshot of your completed workshops and put the screenshot in
node_basic_1folder in yourkottans-backendrepo. -
In your
kottans-backendrepoREADME.md- add header
## NodeJS Basics 1 - embed the screenshot or add a link to the screenshot
- list your reflections on all subtasks (what was new to you, what surprised you, what you intend to use in future)
- add header
-
If you honestly finished all the previous steps then go ahead and share it with others – post a message in course channel:
NodeJS basics 1 — #doneand add the link to your repo. This step is important, as it helps mentors to track your progress!
Done?
➡️ Go forward to Memory Management
⤴️ Back to Contents