-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73ad95a
commit a35f3a3
Showing
3 changed files
with
146 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.