File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
- JavaScript Garden - A Guide for JavaScript Core
1
+ JavaScript Garden - A Guide for Core JavaScript
2
2
===============================================
3
3
4
4
** 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
11
11
guide. If you want to learn the language first, please head over to the excellent
12
12
[ Guide] [ 1 ] on the Mozilla Developer Network.
13
13
14
- #### License
14
+ ### License
15
15
16
16
JavaScript Garden is published under the MIT license and hosted on
17
17
[ 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.
23
23
TODO
24
24
----
25
25
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:
28
31
29
- - The evil ` eval `
30
32
- The Global Object
31
- - Converting of Numbers
33
+ - Converting Numbers
32
34
33
35
34
36
License
You can’t perform that action at this time.
0 commit comments