This lesson is for members. Join us?
Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.
Building and Testing a Library
In this chapter of the course, we will get our hands dirty by building and testing a JavaScript library with the TDD methodology.
This means that we will create our tests or specs first, then implement the code to make our tests pass.
We recommend to stop the video and try to plan out both the tests and the structure of the library on your own as we present them in the lesson.
Practice makes perfect!
