Please enable JavaScript to use CodeHS

Utah Computer Programming 1 and 2

Lesson 12.4 List Methods

Description

Methods, in general, are like functions that can be called on objects. Students have seen previously how string methods are called on strings. In this lesson, students will learn about the various list methods that can be called on lists!


Objective

Students will be able to:

  • apply useful list methods to alter and access information about a list