8000 Add Change logs and Credits · ooade/Advanced-JavaScript@73ee0a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 73ee0a3

Browse files
authored
Add Change logs and Credits
1 parent 693d867 commit 73ee0a3

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
This documentation is based on John Resig's website on Advanced JavaScript. If these concepts seem complex to you, i recommend [these resources](https://github.com/micromata/awesome-javascript-learning) and also strongly recommend [FreeCodeCamp - Learn to code and help nonprofits](https://www.freecodecamp.org). If you feel you know most of these concepts, you could just try out the [quizzes](#quizzes) and you're good to go.
44

5+
56
## Content
67

78
- [Goal](#goal)
@@ -91,6 +92,8 @@ This documentation is based on John Resig's website on Advanced JavaScript. If t
9192
- [QUIZ: Make a chainable Ninja method](#quiz-make-a-chainable-ninja-method)
9293
- [QUIZ: Make another instance of a Ninja](#quiz-make-another-instance-of-a-ninja)
9394
- [QUIZ: Let's try our hand at inheritance](#quiz-lets-try-our-hand-at-inheritance)
95+
- [Credits](#credits)
96+
- [Change Logs](#change-logs)
9497

9598
### Goal
9699

@@ -1341,10 +1344,17 @@ assert( ninjas.find("Dean", "Edwards").length == 1, "Finds ninjas by first and l
13411344
assert( ninjas.find("Alex", "X", " 8000 Russell") == null, "Does nothing" );
13421345
```
13431346

1347+
## Credits
1348+
1349+
[John Resig](https://github.com/jeresig) - He made the whole thing.
1350+
1351+
## Change Logs
1352+
<!-- Any Changes in John's code will be placed here -->
1353+
13441354
## Contribution
13451355

13461356
Contributions are highly welcome
13471357

13481358
## License
13491359

1350-
ISC
1360+
ISC

0 commit comments

Comments
 (0)
0