This is a test todo-list

  • Hello, world
  • Foo bar!
const foo = [1, 2]
foo.map((x, i) => console.log({x, i}))

blah