Additional Resources on JavaScript

You lucky, I was building a list of training resources for work. Use any that interests you. When I get a chance, I will be making a Github pages website for these and many more training resource links.

You can get a 3-month free subscription to Pluralsight.com by signing up for Visual Studio Dev Essentials.

JavaScript

Code Bootcamps’ Free Prep courses

These Code Bootcamps offer free prep courses covering HTML, CSS, JavaScript, Node.js and Ruby.

  1. Viking Code School
  2. Fullstack Academy
  3. Flatiron School
  4. Firehose Project
  5. Coderbyte.com
  6. General Assembly
  7. Hack Reactor
  8. LaunchSchool
  9. Le Wagon
  10. devCamp by Bottega

i. Tutorials

  1. JavaScript Basics (codecademy.com)
  2. Learn JavaScript (codecademy.com)
  3. Intro to jQuery (codecademy.com)
  4. Make an Interactive Website (codecademy.com)
  5. Learn how to use the SoundCloud API! (codecademy.com)
  6. Learn how to use the YouTube API! (codecademy.com)
  7. jQuery Path (FCC)

ii. Courses

  1. Basics of Programming with JavaScript (pluralsight.com)
  2. Advanced JavaScript (pluralsight.com)
  3. Create HTML5 Apps with jQuery Jump Start(MVA)
  4. Learn JavaScript Properly subreddit (reddit.com)
  5. Preparing for Exam MTA 98-375 HTML5 App Development Fundamentals (MVA)
  6. Developing in HTML5 with JavaScript and CSS3 Jump Start (MVA)
  7. JavaScript Online Training (tutorialspoint.com)
  8. jQuery Online Training (tutorialspoint.com)
  9. Javascript and jQuery (theodinproject.com)
  10. HTML/JS: Making webpages interactive (khanacademy.org)
  11. HTML/JS: Making webpages interactive with jQuery (khanacademy.org)
  12. Intro to JS: Drawing & Animation (khanacademy.org)
  13. JavaScript Beginner Tutorial (htmldog.com)
  14. JavaScript Intermediate Tutorial (htmldog.com)
  15. JavaScript Advanced Tutorial (htmldog.com)
  16. JavaScript Jumpstart (fullstackacademy.com)

iiii. E-Books

  1. You-Dont-Know-JS Book Series (github.com)
  2. Eloquent JavaScript (eloquentjavascript.net)

iv. References

  1. JavaScript reference (MDN)
  2. Using jQuery Core (jquery.com)
  3. jQuery Events, from jQuery Documentation (jquery.com)
  4. jQuery AJAX, from jQuery Documentation (jquery.com)
  5. jQuery API (jquery.com)
  6. JavaScript Snippets (css-tricks.com)

v. Articles

  1. Some Important jQuery Methods (code.tutsplus.com)
  2. Chrome Dev Tools (developer.chrome.com)
  3. Function Declarations and Expressions (JavaScript.info)
  4. Working with JavaScript Dates and Times (javascript.info)
  5. JavaScript Prototype (javascriptissexy.com)
  6. JavaScript this (javascriptissexy.com)
  7. JavaScript Objects (javascriptissexy.com)
  8. You Might Not Need jQuery (youmightnotneedjquery.com)
  9. Three ways to define a JavaScript class (phpied.com)
  10. JavaScript hacks explained (mdnbar.com)
  11. Four Things Web Developers Need to Know about Debugging in Visual Studio 2013(credera.com)
  12. Using Visual Studio to Debug JavaScript in IE(codeproject.com)
  13. Visual Studio 2013 can’t debug javascript in cshtml (stackoverflow.com)
  14. QuickBytes: Visual Studio 2013 and JavaScript Debugging(sumitmaitra.wordpress.com)
  15. I Love My IIFE (gregfranko.com)
  16. Immediately-Invoked Function Expression (benalman.com)
  17. 12 Simple (Yet Powerful) JavaScript Tips (javascriptissexy.com)
  18. Javascript design patterns and IIFE (codeproject.com)
10 Likes