Week 04 - 4.2 | HTTP Servers Assignment #1 - Trying to code a todo app and store data into the array Assignment #2 - Trying to code a filesystem based todo app and store data into the file Assignment #3 - Trying to code a filesystem based todo app with users let users = { 1: { todos: [] }, 2: { todos: [] }, 3: { todos: [] } }