CS 105 (Fall 2015): Introduction to Computing

Introduction

A few students have recently started "TwoStone", a homemade cupcake shop that specializes in unusual flavors. They cater exclusively to UIUC students and will deliver anywhere on campus. To increase their business, they would like to offer online ordering. They have already designed the form and even tried to include some JavaScript, but sadly they failed miserably. Luckily, you just began studying JavaScript in CS 105 and hence they have asked your team to help them out and make the form work.

Getting Started

TwoStone has sent you their code in this ZIP file. This is a very convenient way of packaging multiple files into one space-saving "package" that you must extract in order to work on the code. All files must stay together for the lab to work!

Did you get it right?

Inside the new folder, open cupcakeOrder.html using a Firefox.

Let's look at the code

To open cupcakeOrder.js select "Word Processing" from "All Programs" in the Start Menu and select Notepad++ (or any other text editor you may prefer). Use the File menu to locate and open the file.

Hey, we're ready to do some real programming now!

Let's Go!