Skip to content

Commit f797858

Browse files
committed
closes #2398
1 parent 8eb6f97 commit f797858

File tree

1 file changed

+3
-8
lines changed
  • 1-js/01-getting-started/2-manuals-specifications

1 file changed

+3
-8
lines changed

1-js/01-getting-started/2-manuals-specifications/article.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,15 @@ A new specification version is released every year. In-between these releases, t
1313

1414
To read about new bleeding-edge features, including those that are "almost standard" (so-called "stage 3"), see proposals at <https://github.com/tc39/proposals>.
1515

16-
Also, if you're in developing for the browser, then there are other specs covered in the [second part](info:browser-environment) of the tutorial.
16+
Also, if you're in developing for the browser, then there are other specifications covered in the [second part](info:browser-environment) of the tutorial.
1717

1818
## Manuals
1919

20-
- **MDN (Mozilla) JavaScript Reference** is a manual with examples and other information. It's great to get in-depth information about individual language functions, methods etc.
20+
- **MDN (Mozilla) JavaScript Reference** is the main manual with examples and other information. It's great to get in-depth information about individual language functions, methods etc.
2121

2222
One can find it at <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference>.
2323

24-
Although, it's often best to use an internet search instead. Just use "MDN [term]" in the query, e.g. <https://google.com/search?q=MDN+parseInt> to search for `parseInt` function.
25-
26-
27-
- **MSDN** – Microsoft manual with a lot of information, including JavaScript (often referred to as JScript). If one needs something specific to Internet Explorer, better go there: <http://msdn.microsoft.com/>.
28-
29-
Also, we can use an internet search with phrases such as "RegExp MSDN" or "RegExp MSDN jscript".
24+
Although, it's often best to use an internet search instead. Just use "MDN [term]" in the query, e.g. <https://google.com/search?q=MDN+parseInt> to search for `parseInt` function.
3025

3126
## Compatibility tables
3227

0 commit comments

Comments
 (0)