Documentation

  • Referencing documentation is a core task for developers.

  • Documentation communicates how something (in our case programming languages, software libraries) works.

  • Good documentation reduces implementation time and increases predictability of our software programs.

We will be referring to the following list of the documentation resources frequently throughout the course:

HTML

MDN’s HTML Reference

CSS

MDN’s CSS Reference

Javascript

MDN’s Javascript Reference

jQuery

jQuery Documentation