This course will become read-only in the near future. Tell us at community.p2pu.org if that is a problem.

Define Learning Objectives [May 3, 2011, 7:56 a.m.]


Let's create a definitive list of Javascript Basics learning goals. You can edit this list by clicking "Edit" above, or you can add a comment giving your feedback. 

  • Javascript Data Types

    • Strings
    • Numbers
    • Boolean: understanding how to use true and false
    • Data Type Conversion
    • eg. string to number
    •  
  • arrays
  • objects and functions
  • Control structures

    • if/then, for, while
  • scope
  • concept of closures
  • DOM I would include Events
  • Accessing elements in the DOM
  • Manipulating elements in the DOM