Snippets Collections
const getElement = (element) => {
  if(element){
    const myElement = document.querySelector(element)
    return myElement
  }else{
    console.log('no element found')
  }
}
star

Fri Dec 30 2022 04:32:23 GMT+0000 (Coordinated Universal Time)

#getelement #helper

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension