This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
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!