BigBinary Academy
JavaScript
Challenges Set 12
66.28
Courses
Search
Assessment
66.28
Check for Unpaid items in cart
Check whether there are any unpaid items in the cart.
Input will be a cart object with a list of items.
Each item will have a field
paymentStatus
.
Return true if at least one item in the cart has
paymentStatus
as
false
.
For example:
Previous
Next