Skip to content
Advertisement

Fail to write the reduce method using Stream API

JavaScript

I need to calculate the total price of all ordered dishes, but I fail to write the reduce method. This is a method signature ( argument has a map of Dish and how many times it was ordered ).

So it must be something like this sum of every dish.getPrice * dishQuantaty

JavaScript

The fail-code I was asked about

JavaScript

Advertisement

Answer

Did you mean something like this:

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement