Highlights
The main takeaways from JavaScript are:
  - Handle user actions on web pages
 
  - Manipulate the structure of a web page
(DOM)
 
  - Send and receive data between browsers and server software
 
  - Prototype-based object orientation
 
  - First-class functions and continuations
 
Skill Development
These are the skills that should be able to be demonstrated at beginner level:
General JavaScript Resources
Tutorial List
Getting Experience