Please enable JavaScript to use CodeHS

Introducción a la Informática en JavaScript (Golden) (2022)

Lesson 7.5 Funciones y valores de retorno 2

Description

En esta lección, los estudiantes trabajan y definen funciones con valores de retorno y más de un parámetro.


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 use the return values to solve a higher order problem.