JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
Puzzle #10: Fruit combos
Puzzle #10: Fruit combos
Solution
Extra: Fruit Facts
More
Share
Explore
Puzzle #10: Fruit combos
Can you create a table that shows all the unique combinations of fruit? 🍏🍍🍇🍓
C
Coda
Challenge
Create a table that
shows all possible unique combinations
of 1 small, 1 medium, and 1 large fruit from
Fruit
.
Make sure that the combinations table is dynamic ーit should capture changes to the
Fruit
table either automatically or with the push of a button.
Here's the fruit table 👇
Fruit
Fruit
Size
Small
3
Medium
4
Large
2
Name
Name
Name
Size
Small
3
Medium
4
Large
2
Name
Name
Name
Grape
Strawberry
Peach
Mango
Apple
Banana
Kiwano
Pineapple
Watermelon
Scroll down for hints ⏬
Hint #1
The unique combinations table should be dynamic, reflecting any changes made to the Fruits table 👇
Hint #2
The final product should look something like this 👇
Challenge
Here's the fruit table 👇
Hint #1
Hint #2
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.