Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update table of content in readme file (Why JavaScript & ES6 and More… #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ Over the last year, developers from different parts of the world have published

## Table of Contents

- [`Why JavaScript?`](#Why JavaScript?)
- [`Why JavaScript?`](#Why-JavaScript?)
- [`this`](#this)
- [Closure](#closure)
- [Closure](#closures)
- [Scopes](#scopes)
- [Functions](#functions)
- [Arrays](#arrays)
- [Objects](#objects)
- [ES6 and More](#es6--more)
- [Promise](#promise)
- [Fun Projects](#projects)
- [ES6 and More](#ES6-&-more)
- [Promise](#promises)
- [Fun Projects](#fun-projects)

## `Why JavaScript?`
- [Why JavaScript is a Good Choice for Beginners](https://catalins.tech/why-javascript-is-a-good-choice-for-beginners-ckdr8w2o104jpl9s1gold7rt9)
Expand Down