We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23174c5 commit 6cc7279Copy full SHA for 6cc7279
README.md
@@ -1,5 +1,21 @@
1
# Advanced JavaScript
2
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
19
## Instructions
20
21
* Fork and clone this repo.
0 commit comments