Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Next revisionBoth sides next revision | ||
p5js-week-12 [2022/07/16 08:02] – renick | p5js-week-12 [2022/07/16 08:03] – renick | ||
---|---|---|---|
Line 42: | Line 42: | ||
topping = " | topping = " | ||
} | } | ||
- | else topping = customerOrder | + | else {topping = customerOrder |
console.log ("This toast should have " + topping + " on it.") | console.log ("This toast should have " + topping + " on it.") | ||
+ | } | ||
return topping | return topping | ||
} | } |