Advertisement
Guest User

Untitled

a guest
May 24th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. let button = document.querySelector('.hero__btn');
  2.  
  3. button.addEventListener('click', welcomeToTheSite);
  4.  
  5. function welcomeToTheSite() {
  6.     console.log('Welcome to the site');
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement