Skip to content

Instantly share code, notes, and snippets.

@patricoferris
Created July 22, 2018 00:14
Show Gist options
  • Save patricoferris/5b6e45e71fc94d37fe1eec1c90707db5 to your computer and use it in GitHub Desktop.
Save patricoferris/5b6e45e71fc94d37fe1eec1c90707db5 to your computer and use it in GitHub Desktop.
let todos = {
todoArray: [
{
todo: 'Learn more ReactJS, GatbsyJS and Meteor',
timeFrame: 'As long as is needed',
priority: 'HIGH',
tag: 'Web Development'
},
{
todo: 'Deep dive into Tensorflow and Machine Learning',
timeFrame: 'import timeFrame as tf',
priority: 'HIGH',
tag: 'Python'
},
{
todo: 'Write articles to help explain the projects I am doing',
timeFrame: 'Forever',
priority: 'HIGH',
tag: 'Sharing Ideas'
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment