Season
Reviews

Reviews:

No reviews found.

Overview
Season
Reviews

Flowers and Fruit

2015 Episode-12 Earth to Luna
After finding an orange blossom on the ground, the trio is amazed to learn that oranges actually come from orange blossom flowers! But how can a flower become a fruit?
Writer:
Kiko Mistrorigo
Producer:
Ricardo Rozzino

Reviews:

No reviews found.

const handleInputChange = debounce(function() { var searchQuery = searchInput.value; if (searchQuery.length > 3) { dataLayer.push({ 'event': 'custom_search_input', 'search_term': searchQuery, 'user': 'Guest', }); } }, 300); // Adjust the delay as necessary searchInput.addEventListener('input', handleInputChange); });