DEV Community

CodeCast
CodeCast

Posted on

Bank Account | #9 | Exercism.io | Learn JavaScript Through Test Driven Programming Challenges

Get started with the Exercism.io programming challenge site https://exercism.io. Learn about Test Driven Development, JavaScript, Node/NPM, classes, getters, setters, this, and object-oriented programming.

Checkout this video on our player: https://play.codecast.io/e7BpPe8DQdnY...

Watch more of Brooklin Myers videos here :https://www.codecast.io/users/brooklin

Top comments (1)

Collapse
 
kristtt profile image
Kris

The step-by-step approach to implementing the BankAccount class is particularly helpful for beginners. It's also great to see how TDD can guide the development process, ensuring that each feature is properly implemented and tested.