const $ID = (p) => document.getElementById(p)const $CLASS = (p) => document.getElementsByClassName(p)