An exercise in reading the MomentJS documentation to accompany a documentation lecture
The goal of this activity is for you to put into practice the principles of effectively navigating documentation that were outlined in the slides. As this is an exercise in documentation reading, please rely primarily on documentation and only secondarily on Stack Overflow
You will use MomentJS and a MomentJS plugin to make an exact age clock. Your finished product will look something like this:
- Read and understand index.html for context before diving in to documentation
- Knowing what problem you're trying to solve will help guide you through the docs
- Utilize the Moment.js and moment-precise-range plugin documentation. Use Stack Overflow as a BACKUP and not a default.
- If your npm may not be uptodate, run
npm install npm@latest -g
to upgrade your npm npm install
from the root directory- You should not need to edit any files other than index.html