lucasfiori2002@gmail.com
  • Youtube channel
  • Twitch
  • Instagram account
  • Github
contact

  const button = document.querySelector('#sendBtn');

  const message = {
    name: "Jonathan Davis",
    email: "jonathan-davis@gmail.com",
    message: "Hey! Just checked your website and it looks awesome! Also, I checked your articles on Medium. Learned a few nice tips. Thanks!",
    date: "12/11/2024"
  }

  button.addEventListener('click', () => {
    form.send(message);
  })
  

find me in

  • @lucasrfiori