An open API service indexing awesome lists of open source software.

https://github.com/slavik-pastushenko/javascript-course

JavaScript Course For Beginners. After each lesson homework will appear in ./homeworks/lesson-X.
https://github.com/slavik-pastushenko/javascript-course

beginners course javascript javascript-course typescript

Last synced: 9 months ago
JSON representation

JavaScript Course For Beginners. After each lesson homework will appear in ./homeworks/lesson-X.

Awesome Lists containing this project

README

          

## Homework Steps
1. Get the actual branch `master` using the command `git pull`
2. Create a new branch using the command `git checkout -b "BRANCH_NAME"` and name it as `YOUR_LASTNAME_YOUR_FIRST_NAME_HW_XXX`.
3. Create new folder in `./homeworks/group-Y/lesson-XXX/YOUR_LASTNAME_YOUR_FIRST_NAME` and complete your tasks.
3. Push to `origin` your branch and open a pull request from your branch to master.

## Notes
> **Y** - group number

> **XXX** - current lesson number

> **Homeworks** - folder for homeworks

> **Presentations** - folder for slides

> **YOUR_LASTNAME_YOUR_FIRST_NAME** - `Musk_Elon`