Javascript makes it super easy to print debug output using console.log().
console.log()
Node.js ships with a REPL accessible via the terminal.
Here’s a bit of JavaScript code that’s not behaving as expected.
Jest is a popular testing framework that provides a friendly API for writing unit tests in JavaScript.