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