Skip to content

Instantly share code, notes, and snippets.

@pablotolentino
Created March 24, 2021 01:29
Show Gist options
  • Save pablotolentino/a153c5467967ca8745ce730474ae96f9 to your computer and use it in GitHub Desktop.
Save pablotolentino/a153c5467967ca8745ce730474ae96f9 to your computer and use it in GitHub Desktop.
poblacion
let ciudadesResultado = ciudades.filter(ciudad => ciudad.poblacion > 3000000);
console.log(ciudadesResultado);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment