Walkthrough: Icons and Dates π‘
Solution
Icons
1. Formatting the icon.
2. Dates
There are many different libraries out there for manipulating dates in JavaScript but for our purposes the native JS Date object will suffice.
Then replace date
with formattedDate
, as follows:
3. Update your tests.
Don't forget to update your tests to assert that a correctly formatted date is returned.