JavaScript.Animated welcomes:
- Dev:
npm run dev- Work on
./dev/index.js - CSS:
/dev/style.css
- Work on
- Build:
npm run buildnpm run server(manual testing)git add; git commit -m "Build"; git push
- Add
concat() - Add
fill() - Add
find() - Add
includes() - Add
indexOf() - Add
reduce() - Add
some() - Add
splice() - Add
reverse() - Add
toReversed() - Add
sort() - More?
- Add tests
- Fix TypeScript warnings and errors
- Gamify each method (e.g. let the user pick the correct output)

