Please enable JavaScript to use CodeHS

Introduction to Computer Science in JavaScript (Golden) (2022)

Lesson 7.4 Functions and Return Values 1

Description

In this lesson, students learn about return values so they can write functions that do some work and send the result back or use later in the program.


Objective

Students will be able to:

  • Explain the purpose of returning a value from a function.
  • Create functions that return values.
  • Create programs that call functions with return values and store the result for later use.