jody29/HealthyCheck

Overweeg code met variabelen op te splitsen

MarkvHeusden opened this issue · 0 comments

document.querySelector('main section:first-of-type').insertAdjacentHTML('beforeend', markup) // first section in the main gets the information about the product
document.querySelector('.newProduct').addEventListener('click', () => { window.history.back() })

volgens dit artikel: https://github.com/cmda-minor-web/best-practices/blob/master/javascript.md#avoid-global-variables-as-much-as-possible kan je beste eerst een variabele aanmaken voor het element dat je pakt met querySelector en vervolgens daarna pas iets daarmee doen