Skip to content

Commit 04cbbc8

Browse files
committed
Add details for beg/adv levels
1 parent 6ae7ab4 commit 04cbbc8

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Advanced-JavaScript
22

3-
This documentation is based on John Resig's website on Advanced JavaScript
3+
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

55
## Content
66

@@ -1329,4 +1329,12 @@ assert( ninjas.find().length == 3, "Finds all ninjas" );
13291329
assert( ninjas.find("Sam").length == 1, "Finds ninjas by first name" );
13301330
assert( ninjas.find("Dean", "Edwards").length == 1, "Finds ninjas by first and last name" );
13311331
assert( ninjas.find("Alex", "X", "Russell") == null, "Does nothing" );
1332-
```
1332+
```
1333+
1334+
## Contribution
1335+
1336+
Contributions are highly welcome
1337+
1338+
## License
1339+
1340+
ISC

0 commit comments

Comments
 (0)