Skip to main content
Loading workspace...
anirban-routh
_hello
_about-me
_projects
_contact-me
contacts
developer@anirbanrouth.in
+91-XXXXXXXXXX
find-me-also-in
LinkedIn profile
GitHub profile
LeetCode profile
_name:
_email:
Wrong email address
_message:
submit-message
Thank you! 🤘
Your message has been accepted. You will receive an answer soon!
send-new-message
1
2
3
4
5
6
7
8
9
10
11
12
const
button
= document.querySelector(
'#sendBtn'
);
const
message
= {
name:
""
,
email:
""
,
message:
""
,
date:
""
};
button.addEventListener(
'click'
, () => {
form.send(message);
});