Skip to content

Instantly share code, notes, and snippets.

@karlstolley
Last active March 14, 2017 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karlstolley/037410640a62fda5f1eab7d74b966d67 to your computer and use it in GitHub Desktop.
Save karlstolley/037410640a62fda5f1eab7d74b966d67 to your computer and use it in GitHub Desktop.
Workshop MW.08: Foundations in Programming (CCCC 2017)

Agenda

9:00a-12:30p

This is the general order of business for the morning. We'll start with basic values in JavaScript, and how they are stored in variables. We'll also look at more complex ways of storing values before turning to basic operators. With that in hand, we'll be able to work our way up to statements and functions, which are the core building-blocks to programming. All of this is just a plan. We can move in different directions based on particpant interest.

We'll use the following technology:

The links below all come from the Mozilla Developer Network (MDN), whose JavaScript Reference is indispensable--but also takes practice to learn to read. Don't worry. We'll get a lot of practice in today.

Break...(10:30ish)

Some essential readings on JavaScript and programming generally.

  • Crockford, D. JavaScript: The Good Parts. O'Reilly Media, ISBN 9780596517748
  • Haverbeke, M. Eloquent JavaScript 2nd ed.. No Starch Press, ISBN 9781593275846 Open-Access Preprint
  • Hunt, A. and D. Thomas. The Pragmatic Programmer. Pragmatic Bookshelf, ISBN 9780201616224
  • Petzold, C. Code: The Hidden Language of Computer Hardware and Software. Microsoft Press, ISBN 9780735611313
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment