Recent | Popular
#getelement #helper
const getElement = (element) => { if(element){ const myElement = document.querySelector(element) return myElement }else{ console.log('no element found') } }
Fri Dec 30 2022 04:32:23 GMT+0000 (UTC)