JavaScript Dom ID Selector
const myAnchor = document.getElementById('my-anchor');
Shy Snail
const myAnchor = document.getElementById('my-anchor');