Chung-Chen (Thomas) Hsieh

Results 1 issues of Chung-Chen (Thomas) Hsieh

There seems to be a bug with the test(s) for `fun Shop.getNumberOfTimesProductWasOrdered(product: Product): Int` I've tried the the following two solutions: Provided solution: ``` fun Shop.getNumberOfTimesProductWasOrdered(product: Product): Int { return...