// timer start console.time('filter array'); const visibleTodos = getFilteredTodos(todos, filter); // timer end console.timeEnd('filter array');