Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ReadMe.md

DMIT-2008 Notes Docs

The notes in here constitute resources to aid in your learning. Some of these resources extend beyond the immediate scope of this course, either as preparatory or supplemental material. These may be referenced and/or assigned as study material by your instructor.

Three Key Skills

In every project you undertake in your software development career, there are three key skills you will always depend upon.

  1. Know Your Problem
  2. Know Your Language
  3. Know Your Tools

You are responsible for keeping up with the reading materials for this course. The reading items marked with a star () are tied to the quizzes for the course.

For authoritative information on HTML, CSS and JavaScript, see the Mozilla Developer Network's documentation.

MDN infographic

Debugging

Is your code not working? Check out this resource to solve common problems in your JavaScript code.