Skip to content

Commit 6cc7279

Browse files
SunJieMingSunJieMing
authored andcommitted
Added topics list to README
1 parent 23174c5 commit 6cc7279

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Advanced JavaScript
22

3+
## Topics
4+
5+
* recursion
6+
* base case
7+
* constructors
8+
* `new`
9+
* `prototype`
10+
* `.bind`, `.call`, `.apply`
11+
* `this`
12+
* `class`
13+
* methods
14+
* inheritance
15+
* prototype methods vs methods in the constructor (Methods that inherit via the prototype chain can be changed universally for all instances)
16+
* class vs instance
17+
18+
319
## Instructions
420

521
* Fork and clone this repo.

0 commit comments

Comments
 (0)