johnheroy / js-fundamentals-extra-resources

JS Fundamentals Extra Resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS Fundamentals Extra Resources

fun links to explore after JS Fundamentals part 1!

General JavaScript

Callbacks & Closures

jQuery and DOM Manipulation

  • Try jQuery
    • a good chance to practice callbacks and closures especially when using jQuery.ajax()

Tools & Debugging

Just for Fun & Practice

  • Coderbyte
    • lots of great exercises for practicing fundamentals like string or array manipulation
  • Codewars
    • local LA company! exercises here range in difficulty from easy to very difficult (organized by 'kata'), and cover a very good range including some design patterns (like factories and singletons)
  • CodeCombat
    • single player and multiplayer modes, gamified coding learning

About

JS Fundamentals Extra Resources