modulesJavaScriptModulesEasyWhy are JavaScript modules useful?1They organize reusable code and avoid global namespace pollution2They make code run on the GPU3They eliminate the need for functions4They only work in Node.jsBack to list