Guest User

Untitled

a guest
Jan 21st, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. var borrar = document.getElementById("borrar")
  2.  
  3. borrar.addEventListener("click", function() {
  4. listafunc.removeChild(listafunc.lastChild);
  5. });
Add Comment
Please, Sign In to add comment