Techtonica Application Workshop Day 2

Projected Time

2.5 hours

Prerequisites

Motivation

Doing this workshop is part of the Techtonica application process. It will give you a good idea of what it’s like to learn technical concepts at Techtonica.

Objectives

Participants will be able to:

Specific Things To Learn

Materials

Common Mistakes & Misconceptions

Practice

JavaScript

Feel free to look through the JavaScript I slides linked above or to use Google to move quickly through the other steps. There’s not a lot of time, so try to stick to accomplishing what’s in here for now:

  1. Sign in to your CodePen account and start a new pen. Title it, “Workshop 2—My Name—Full Date” (for example, “Workshop 2—Jane Doe—10/23/2019”). Delete the existing code in the boxes.
  2. Make a JavaScript (not HTML) list of products to sell.
  3. Figure out how to display your list on the page exactly as it is in JavaScript (don’t add HTML to the page using JavaScript).
  4. Write a function that will display a random item from your list on the page.
  5. Display the last item from your list on the page.
  6. Display all the list items longer than three letters.
  7. Check your indentation so your code is easy to read!
  8. Submit your CodePen link via email at the end of the workshop.

Challenge

Check for Understanding

Supplemental Materials