-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ReadMe file and some enhancements (#7)
* Added a readme file * Enhance README file - Add project details, and list of content - Rename iterator folder removed the for in of - Add folder for the 14th episode fix #2
- Loading branch information
1 parent
5ec97ed
commit f1a1112
Showing
4 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
Empty file.
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 |
---|---|---|
@@ -1 +1,23 @@ | ||
This is the original file= | ||
# FastCode examples | ||
FastCode is a YoutTube series in Ramadan 2018, explaining the ES6 features in JavaScript (in Arabic), you can watch the whole series from [here](https://www.youtube.com/playlist?list=PLANjs1H0YEnSVe6rsjfoQzSmVk_BMJRRt). | ||
|
||
|
||
## Table of content | ||
- EP01 - Introduction and Javascript history. | ||
- EP02 - Variables | ||
- EP03 - Functions | ||
- EP04 - Modules/Classes | ||
- EP05 - Parameters (Rest, optional) | ||
- EP06 - Promises | ||
- EP07 - Maps/Sets | ||
- EP08 - Iterators (for..in/for..of) | ||
- EP09 - Generators | ||
- EP10 - Strings | ||
- EP11 - Numbers | ||
- EP12 - Arrays | ||
- EP13 - Objects | ||
- EP14 - What's Next? | ||
- EP15 - The All-in-one Video | ||
|
||
|
||
Links to be added later. |