Skip to content

Instantly share code, notes, and snippets.

@caiogranero
Created June 6, 2018 01:00
Show Gist options
  • Save caiogranero/f636afe1e18b4eb315212d7d554c378d to your computer and use it in GitHub Desktop.
Save caiogranero/f636afe1e18b4eb315212d7d554c378d to your computer and use it in GitHub Desktop.
array-la-casa-de-papel
const characters = [{
name: 'Professor',
appearAt: '10/05/2017 10:10:10'
}, {
name: 'Nairobi',
appearAt: '10/05/2017 12:10:10'
}, {
name: 'Tókyo',
appearAt: '10/06/2017 07:10:10'
}, {
name: 'Rio',
appearAt: '10/06/2017 09:10:10'
}, {
name: 'Denver',
appearAt: '10/07/2018 11:10:10'
}, {
name: 'Berlim',
appearAt: '10/07/2018 17:10:10'
}, {
name: 'Helsinque',
appearAt: '15/04/2017 12:10:10'
}, {
name: 'Moscou',
appearAt: '15/04/2017 12:10:10'
}, {
name: 'Raquel Murillo',
appearAt: '10/09/2020 07:10:10'
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment