Skip to content
This repository was archived by the owner on Jul 19, 2021. It is now read-only.

Commit e5a3d87

Browse files
committed
feat: add javascript.info to resources
1 parent c273dde commit e5a3d87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

guide/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ While you _can_ make a bot with very little JS and programming knowledge, trying
1717

1818
If you don't know JS but would like to learn about it, here are a few links to help get you started:
1919

20-
* [CodeCademy's interactive JavaScript course](https://www.codecademy.com/learn/learn-javascript)
2120
* [Eloquent JavaScript, a free online book](http://eloquentjavascript.net/)
21+
* [JavaScript.info, a modern javascript tutorial](https://javascript.info/)
22+
* [CodeCademy's interactive JavaScript course](https://www.codecademy.com/learn/learn-javascript)
2223
* [Nodeschool, for both JavaScript and Node.js lessons](https://nodeschool.io/)
2324
* [MDN's JavaScript guide and full documentation](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
2425
* [Google, your best friend](https://google.com)

0 commit comments

Comments
 (0)