start_webpack

Documenting

To call function with an argument, I figure out that I need to call with add eventListener

 document.addEventListener('click', () => {
    myName('david')
  })