Closed deannabosschert closed 4 years ago
function prettifyArray(array) { return array.map(results => { return { title: results.title.value, location: results.location.value, type: results.type.value, img: results.img.value }; }); }
thank you!! <:^)
Lekkermappen.exe