Please enable JavaScript to use CodeHS

Introduction to Computer Science in JavaScript (Bulldog)

Lesson 7.2 Functions and Parameters 2

Description

In this lesson, students will work with, define and call their own functions that take in multiple parameters as input and print out output.


Objective

Students will be able to:

  • Explain the purpose of functions
  • Create JavaScript functions
  • Utilize JavaScript functions to solve simple problems
  • Create functions that take in multiple parameters as input, and use print statements for output

Activities

These are all the activities included in the lesson

7.2.1 Functions and Parameters 2
7.2.2 Functions and Parameters Quiz 2
7.2.3 Sum Function
7.2.4 Area of Triangle
7.2.5 Height in Meters