--- id: 587d7fae367417b2b2512be6 title: Render Images from Data Sources challengeType: 6 videoUrl: '' localeTitle: '' --- ## Description undefined ## Instructions undefined ## Tests
```yml tests: - text: '' testString: 'assert(code.match(/val\.imageLink/g), "You should use the imageLink property to display the images.");' ```
## Challenge Seed
```html

Cat Photo Finder

The message will go here

```
## Solution
```js // solution required ```