Skip to content

Commit

Permalink
add README & run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
AMashoshyna committed Mar 29, 2020
1 parent 73ad95a commit a35f3a3
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 105 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# JavaScript Fundamentals

This is a repository with learning materials for JavaScript Fundamentals course. The course is based on Kyle Simpson's You Don't Know JS book series.

### Scopes & Closures
1. [Lecture notes(in Russian)](/scopes_closures/lecture_notes.md)
1. Practice tasks
1. Additional materials

### Promises & Async Functions
1. [Lecture notes(in Russian)](/promises_async_functions/lecture_notes.md)
1. Practice tasks
1. Additional materials
Loading

0 comments on commit a35f3a3

Please sign in to comment.