issues
search
wisnie
/
ackroyd
0
stars
0
forks
source link
[js] simplified newsletter
#9
Open
wisnie
opened
2 years ago
wisnie
commented
2 years ago
add event handler on
input
and
click
, if the input has valid email address, the button should become active,
display toast with information that email address was valid
wisnie
commented
2 years ago
resources:
https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener
,
https://developer.mozilla.org/en-US/docs/Web/API/Document/createElement
,
https://developer.mozilla.org/en-US/docs/Web/API/Node/textContent
,
https://developer.mozilla.org/en-US/docs/Web/API/Node/appendChild
input
andclick
, if the input has valid email address, the button should become active,