I need to add <li> via JavaScript, but when added, from the second addition, it starts to duplicate, triple, and so on, I need to add only 1 element per click.
var btn = document.querySelector("#btn");
var ps = document.query...
asked by
22.06.2018 / 16:41