Skip to content

Instantly share code, notes, and snippets.

@hyber1z0r
Created August 10, 2020 20:17
Show Gist options
  • Save hyber1z0r/728656282b5a71a99fdf10665b411945 to your computer and use it in GitHub Desktop.
Save hyber1z0r/728656282b5a71a99fdf10665b411945 to your computer and use it in GitHub Desktop.
const completedAll = todos.every((todo) => todo.completed);
console.log(completedAll); // false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment