(no title)
dphnx | 3 years ago
<div id="foo"></div>
<script>
const { foo } = document.all
// do something with foo
</script>
Don't use it though, it's deprecated as well[1].[1]: https://developer.mozilla.org/en-US/docs/Web/API/Document/al...
No comments yet.