Skip to content

Commit

Permalink
Add ReadMe file and some enhancements (#7)
Browse files Browse the repository at this point in the history
* 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
medhat-beesworks authored and medhatdawoud committed Sep 4, 2018
1 parent 5ec97ed commit f1a1112
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
Empty file added ep14-what-next/.gitkeep
Empty file.
24 changes: 23 additions & 1 deletion readme.md
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.

0 comments on commit f1a1112

Please sign in to comment.