[javascript] js

Viewer

  1. plusBtn1.addEventListener ("click",function() {
  2. const qty = parseInt(numCount1.value, 10);
  3. numCount1.value = `${qty + 1}`;
  4. });

Editor

You can edit this paste and save as new:


File Description
  • js
  • Paste Code
  • 20 Sep-2021
  • 129 Bytes
You can Share it: