Tuesday, October 16, 2018

var value = 0; function add() { value++; document.getElementById("field").HTML = value; }

No comments:

Post a Comment