diff --git a/guide/english/javascript/additional-javascript-resources/index.md b/guide/english/javascript/additional-javascript-resources/index.md index fcf0b17add..28bedb7c9a 100644 --- a/guide/english/javascript/additional-javascript-resources/index.md +++ b/guide/english/javascript/additional-javascript-resources/index.md @@ -5,10 +5,10 @@ title: JavaScript Tutorials and Other Resources * JavaScript for Cats * The Modern JavaScript Tutorial * Professor Frisby's Mostly Adequate Guide to Functional Programming -* Eloquent Javascript (_annotated_) -* Speaking Javascript +* Eloquent JavaScript (_annotated_) +* Speaking JavaScript * Exploring ES6 -* Udemy - Javascript Understanding the Weird Parts (_first 3.5 hrs_) +* Udemy - JavaScript Understanding the Weird Parts (_first 3.5 hrs_) * Functional programming in JavaScript * Introduction to JavaScript: First Steps * Douglas Crockford's Videos @@ -64,7 +64,7 @@ title: JavaScript Tutorials and Other Resources A full-feature IDE for Javascript, including code completion, support for live linting, version control, and testing. Made by Jet Brains and modelled after their IntelliJ Java IDE. - A full-feature IDE for Javascript, including code completion and support for live linting, version control, and testing. Made by Jet Brains and modelled after their IntelliJ Java IDE. + A full-feature IDE for JavaScript, including code completion and support for live linting, version control, and testing. Made by Jet Brains and modelled after their IntelliJ Java IDE. * Brackets A text editor made with web designers and front-end developers in mind. Features include: inline editing, live preview, and preprocessor support. @@ -129,11 +129,11 @@ title: JavaScript Tutorials and Other Resources * [Eloquent Javascript](https://eloquentjavascript.net/) - Fantastic, thorough introduction to the basics and features of Javascript, complete with in-browser interactive code + Fantastic, thorough introduction to the basics and features of JavaScript, complete with in-browser interactive code * [Professor Frisby's Mostly Adequate Guide to Functional Programming](https://github.com/DrBoolean/mostly-adequate-guide) - Quite in-depth guide to Functional Programming in Javascript + Quite in-depth guide to Functional Programming in JavaScript * [Functional Light JS](https://github.com/getify/Functional-Light-JS)