Advertisement
Guest User

Untitled

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