Build and host JavaScript Module

As of April 2025, I’m hosting two web applications in Azure here and here. Both are built with HTML, CSS and JavaScript. While working two different apps, I’m already calling the same functions to do the same tasks. Hence, I have implemented a JavaScript module that can be imported and exported throughout my projects hosted …