Preview:
const fruits = ['mango', 'papaya', 'pineapple', 'apple'];

// Iterate over fruits below : output "I want to eat each fruit"
fruits.forEach(fruitItem => console.log(`I want to eat a ${fruitItem}`));
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter