Phase 9 pins List.js from jsDelivr. The library script loads before your lesson script. Keep a variable for the instance.

People sample
Name Email Age
Anna 18
Homer 35
Oscar 52
Emily 30

List.js is not initialized yet.

Important JavaScript

peopleList = new List("people-list", {
  valueNames: ["name", "email", "age"]
});