Aug 25, 2017 · 1 min read
This is really good advice. I also think a great way to test your knowledge in practice is to first try writing the functions/methods of a framework yourself, in vanilla JS. Treat the documentation as a worksheet, and the actual framework as a way to check your functions behave as expected, then see an example answer.
This is a great one for the above IMHO! https://github.com/ecrmnn/collect.js/blob/master/README.md
