Login
From:
2ality – JavaScript and more
(Uncensored)
subscribe
Learning web development: Modules and testing in JavaScript
https://2ality.com/2025/08/javascript-modules-testing.html
links
backlinks
Roast topics
Find topics
Find it!
So far, all of our JavaScript code resided in a single file – be it an .html file or a .js file. In this chapter, we learn how to split it up into multiple files. And how to automatically test if the code we write is correct.