Skip to content

Commit e8a6d59

Browse files
committed
Update README
1 parent f98b494 commit e8a6d59

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
JavaScript Garden - A Guide for JavaScript Core
1+
JavaScript Garden - A Guide for Core JavaScript
22
===============================================
33

44
**JavaScript Garden** is a growing collection of documentation about the most
@@ -11,7 +11,7 @@ of the language is recommended in order to understand the topics covered in this
1111
guide. If you want to learn the language first, please head over to the excellent
1212
[Guide][1] on the Mozilla Developer Network.
1313

14-
#### License
14+
### License
1515

1616
JavaScript Garden is published under the MIT license and hosted on
1717
[GitHub](https://github.com/BonsaiDen/JavaScript-Garden). If you find errors or
@@ -23,12 +23,14 @@ typos please file an issue or a pull request on the repository.
2323
TODO
2424
----
2525

26-
Besides a lot of copy-editing and rewording / styling for consistency, the
27-
following Topics are currently missing from the Guide:
26+
- Copy-Editing
27+
- More consistency in the wording
28+
- Clean up code examples
29+
30+
Add the following sections:
2831

29-
- The evil `eval`
3032
- The Global Object
31-
- Converting of Numbers
33+
- Converting Numbers
3234

3335

3436
License

0 commit comments

Comments
 (0)