Please enable JavaScript to use CodeHS

AP Computer Science Principles in JavaScript

Lesson 1.5 Functions in Karel

Description

In this lesson, functions will be used to teach Karel a new word or command. Using functions allows programs to be broken down into smaller pieces and makes it easier to understand.


Objective

Students will be able to:

  • Understand what functions are, how they are used and how using them improves programs
  • Design and implement their own functions to solve problems