Skip to content

Instantly share code, notes, and snippets.

@RSchneider94
Last active July 9, 2018 15:24
Show Gist options
  • Save RSchneider94/dfd0b6dd283bebab2a78d791e6381cba to your computer and use it in GitHub Desktop.
Save RSchneider94/dfd0b6dd283bebab2a78d791e6381cba to your computer and use it in GitHub Desktop.
My second JS - CareerFoundry Web Development Course
let myWorkList = [
{
title: 'First Project',
thumb: 'https://placeimg.com/200/200/tech'
},
{
title: 'Second Project',
thumb: 'https://placeimg.com/200/200/tech'
},
{
title: 'Third Project',
thumb: 'https://placeimg.com/200/200/tech'
},
{
title: 'Fourth Project',
thumb: 'https://placeimg.com/200/200/tech'
},
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment