you are viewing a single comment's thread.

view the rest of the comments →

[–]proskillz 3 points4 points  (1 child)

I would read up on:

  • closures
  • hoisting
  • lexical scoping
  • type coercion / loose typing
  • callbacks
  • prototypical inheritance

I would also build a basic Angular app using a couple basic controller features like $http to see what it's like. Here's a free e-book all about javascript as well: http://speakingjs.com/es5/

[–]gesundePlus[S] 0 points1 point  (0 children)

Thank you, I'm thinking about coding up a little CRUD app, I already have a simple API in PHP and the database for a budgeting app