masoud-ghanbarzadeh
_about_me
_projects
_blogs
_contact_me
_about_me
_projects
_blogs
_contact_me
_change_language
You can say everything's to me...:}
_name:
_email:
_message:
Submit
1
2
3
4
5
6
7
8
9
10
11
12
const
button
=
document.getElementById
(
#submit
);
const
message
=
{
name:
""
,
email:
""
,
message:
"
"
,
date:
"2024-11-24T12:52:00.000Z"
,
}
button
.
addEventListener
(
'click
, ()
=>
{
form
.
send
(
message
);
})