Please enable JavaScript to use CodeHS

AR 9-12: CSL3.3.1

CodeHS Lessons

Define, store, and manipulate structured data and objects. NOTE: Structured data can include, but is not limited to, arrays, classes, linked lists, multidimensional arrays, structs, user-defined classes. Objects can include, but are not limited to, constructors, data members, methods, pass-by-value/pass-by-reference parameters. Defining and storing can include, but are not limited to, modifiers such as final, private, protected, public. Manipulating data can include, but is not limited to, arranging (including stacking and queuing), casting, rearranging, sorting.

Standard
8.1 Tuples
8.2 Lists
8.4 List Methods
9.1 2d Lists
9.2 List Comprehensions
9.4 Dictionaries
12.1 Classes and Objects
Standard
27.1 Classes and Objects
Standard
4.4 JavaScript Objects
4.11 Using APIs
Standard
4.5 Arrays and Objects
Standard
6.1 Tuples
6.2 Lists
6.4 List Methods
6.5 2d Lists
6.6 Dictionaries
Standard
4.4 Writing Classes
4.5 Writing Classes and Instance Methods
5.2 Introduction to Arrays
5.3 Using Arrays
5.4 ArrayList Methods
5.5 Arrays vs ArrayLists
5.7 2D Arrays (Matrices or Grids)
Standard
5.2 Introduction to Arrays
5.3 Using Arrays
5.5 ArrayList Methods
5.6 Arrays vs ArrayLists