SteveFortune / javascript-adventures

Recapping Javascript fundamentals.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javascript Adventures

I use Javascript when working with the Titanium platform and have familiarized myself with Angular.js and Node.js in the past. I thought I'd recap over some Javascript fundamentals and best practices to make sure that I'm up to date.

This repo hosts my notes and tracks my progress through the proposed reading list.

Reading List

  • Javascript
    • Review fundamentals: Mozilla Javascript Reference IN PROGRESS
      • Javascript Guide
        • Introduction
        • Grammar and types
        • Control flow and error handling
        • Loops and iteration
        • Functions
        • Expressions and operators
        • Numbers and dates
        • Text formatting
        • Indexed collections
        • Keyed collections and structured data (404)
        • Working with objects
        • Iterators and generators
        • Meta programming (404)
        • Details of the object model
      • Javascript technologies overview
      • Introduction to Object Oriented Javascript
      • A re-introduction to Javascript
      • Javascript data structures
      • Equality comparisons and when to use them
      • Inheritance and the prototype chain
      • Strict mode
      • Javascript typed arrays
      • Memory Management
    • Review best practices:
  • Angular.js
  • Read up on Loopback
  • Browse some working production code:

About

Recapping Javascript fundamentals.

License:MIT License