From Testing JavaScript Applications by Lucas da Costa
This article explains what parallelism is and how Jest can help you run your tests faster.
From Five Lines of Code by Christian Clausen
This article delves into when a function should call a method on an object or pass it on as an argument.