Learning web development: Modules and testing in JavaScript

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.


This content originally appeared on 2ality – JavaScript and more and was authored by Dr. Axel Rauschmayer

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.


This content originally appeared on 2ality – JavaScript and more and was authored by Dr. Axel Rauschmayer


Print Share Comment Cite Upload Translate Updates
APA

Dr. Axel Rauschmayer | Sciencx (2025-08-27T00:00:00+00:00) Learning web development: Modules and testing in JavaScript. Retrieved from https://www.scien.cx/2025/08/27/learning-web-development-modules-and-testing-in-javascript/

MLA
" » Learning web development: Modules and testing in JavaScript." Dr. Axel Rauschmayer | Sciencx - Wednesday August 27, 2025, https://www.scien.cx/2025/08/27/learning-web-development-modules-and-testing-in-javascript/
HARVARD
Dr. Axel Rauschmayer | Sciencx Wednesday August 27, 2025 » Learning web development: Modules and testing in JavaScript., viewed ,<https://www.scien.cx/2025/08/27/learning-web-development-modules-and-testing-in-javascript/>
VANCOUVER
Dr. Axel Rauschmayer | Sciencx - » Learning web development: Modules and testing in JavaScript. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/08/27/learning-web-development-modules-and-testing-in-javascript/
CHICAGO
" » Learning web development: Modules and testing in JavaScript." Dr. Axel Rauschmayer | Sciencx - Accessed . https://www.scien.cx/2025/08/27/learning-web-development-modules-and-testing-in-javascript/
IEEE
" » Learning web development: Modules and testing in JavaScript." Dr. Axel Rauschmayer | Sciencx [Online]. Available: https://www.scien.cx/2025/08/27/learning-web-development-modules-and-testing-in-javascript/. [Accessed: ]
rf:citation
» Learning web development: Modules and testing in JavaScript | Dr. Axel Rauschmayer | Sciencx | https://www.scien.cx/2025/08/27/learning-web-development-modules-and-testing-in-javascript/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.