Please enable JavaScript to use CodeHS

Fundamentos de ciencias de la computación AP en JavaScript

Lesson 5.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.