pull/442/merge
Benson Osei Mensah 9 months ago committed by GitHub
commit 048b42137a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -304,7 +304,7 @@ We can access all the key numbers of the keyboard using different event listener
<script>
document.body.addEventListener('keypress', e => {
alert(e.keyCode)
alert(e.key)
})
</script>
</body>

Loading…
Cancel
Save