100 JS Functions
1. CurrentYear
2. SimpleCounter
3. DoubleNumber
4. CreateColor
5. DynamicGrid
6. DynamicPictureSize
7. RandomButton
8. TabbedNavigation
9. MathOperator
10. GuessTheNumber
11. BetweenDates
12. Reactions
13. FeedTheBunny
14. Countdown
15. ClickFast
16. SkillsForJobs
17. UsersTabel
18. TodoList
19. UserSearch
20. SpendingInfo
Write a React component named BetweenDates that renders 2 date inputs.
BetweenDates
Once the dates have been chosen, a text with the number of days between the dates will appear, like so: Days between: {number of days}
Days between: {number of days}
No input props
You'll see test results here!