This tropical fruit features a tough, spiky exterior with a crown of green leaves on top. Its vibrant yellow flesh is juicy and sweet, offering a refreshing burst of flavor. Pineapples are rich in vitamin C and contain bromelain, an enzyme that aids digestion. They can be enjoyed fresh, grilled, or juiced, making them a versatile ingredient in salads, desserts, and cocktails. Not only delicious, but pineapples also bring a touch of exotic flair to any dish!
const name = 'Snacky';
console.log(`My name is ${name}`)
const cost = 5 + 2 * 3 + 9;
console.log(`Cost of food: $${cost}`);
// This is my answers to the exercises and you can see it on the .js part of this webpage