Please enable JavaScript to use CodeHS

Teaching Intro Computer Science in JavaScript

Lesson 4.3 User Input

Description

In this lesson, students learn how they can allow users to input information into their programs, and use that input accordingly.


Objective

Students will be able to…

  • Create programs that ask the user for input
  • Store user input in variables and print it back to the user
  • Choose the proper input function to use depending on the type of information needed

Activities

These are all the activities included in the lesson

4.3.1 User Input
4.3.2 User Input Quiz
4.3.3 Basic User Input
4.3.4 Dinner Plans