restructured

This commit is contained in:
Karan
2021-12-03 14:23:17 +05:30
committed by GitHub
parent 4198b62759
commit 83503d703b
+4 -4
View File
@@ -15,14 +15,14 @@
if (!isNaN(e.key)) {
output.textContent += e.key;
}
})
});
el.addEventListener("keyup", (e) => {
console.log(e.key);
})
});
el.addEventListener("paste", (e) => {
console.log('pasted');
})
})
});
});
</script>
</body>
</html>