34. Exercise 9

Continue where you left off in exercise 8.

When a user changes the number of servings, update all of the quantities in the recipe.

One way to do this is:

Code hints:

Recall that you can get the value of the option that the user selected from the target.value property with: ixsl:get(ixsl:event(),'target.value')