<script id="el" nomodule> // If the browser supports JavaScript modules, the following script will not be executed. console.log("The browser does not support JavaScript modules"); </script> <script> const el = document.getElementById("el"); console.log(el.noModule); // Output: true </script>