load-script is a tiny, dependency-free JavaScript library designed to asynchronously load external JavaScript files into a web page. It provides a simple API to load scripts and execute a callback function once the script has been loaded and executed. Useful for dynamic module loading or adding external libraries on demand without blocking the main thread, simplifying dependency management in client-side JavaScript applications. Offers cross-browser support.