مسعود قنبرزاده
درباره من
پروژهها
وبلاگها
تماس با من
درباره من
پروژهها
وبلاگها
تماس با من
تغییر زبان
learn together
اطلاعات تماس
+98 930 39 39 330
[email protected]
همچنین مرا در اینجا پیدا کنید
linkedin
github
instagram
youtube
twitter
whatsapp
telegram
نام:
ایمیل:
پیام:
ارسال
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-13T20:11:00.000Z"
,
}
button
.
addEventListener
(
'click
, ()
=>
{
form
.
send
(
message
);
})