Please enable JavaScript to use CodeHS

Tennessee Coding I

Lesson 7.1 Parameters

Description

In this lesson, students will expand their use of functions by learning about and implementing parameters.


Objective

Students will be able to:

  • Explain the use of parameters and arguments
  • Create functions that take in parameters as input
  • Use parameters to generalize functions and reduce repeated code