const todo = ['Call with Jon', "Return Mom's trimmer", 'Get Insurance', 'Register for wcb', 'Wake up for christmas'] console.log(`You have ${todo.length} todos.`) console.log(todo[0]) console.log(todo[todo.length - 1])