x
<a id="myLink" href="https://example.com">Visit Example</a>
<script>
const linkElement = document.getElementById("myLink");
linkElement.href = "https://newexample.com";
</script>
<a id="myLink" href="https://example.com">Visit Example</a>
<script>
const linkElement = document.getElementById("myLink");
linkElement.href = "https://newexample.com";
</script>