PORTFOLIO
Заметки
Home
Очистить форму Js
function
clearInputs
() {
let
form
=
document
.
getElementById
(
'form'
);
form
.
reset
();
}