Only happens if there are two. <img width="688" alt="image" src="https://user-images.githubusercontent.com/15002903/193095212-859e9dc0-f37c-4760-84ba-0f2ed0766006.png"> ```` # --- const myTodo = new Todo title: 'Learn Imba' myTodo.complete() console.log myTodo # --- ````