Last active
July 9, 2018 15:24
-
-
Save RSchneider94/dfd0b6dd283bebab2a78d791e6381cba to your computer and use it in GitHub Desktop.
My second JS - CareerFoundry Web Development Course
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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