issues
search
Abdeboskey
/
Overlook
Final solo project for Turing's mod2 FEE progam (cohort 2005)
0
stars
0
forks
source link
Create function to get the revenue for the day
#28
Closed
Abdeboskey
closed
4 years ago
Abdeboskey
commented
4 years ago
function should take in a date, and an array of bookings
function should return the revenue of bookings for only the given date
hint: use
getTotalCostOfBookings()
to get cost once you've filtered by date.
getTotalCostOfBookings()
to get cost once you've filtered by date.