Skip to content

Instantly share code, notes, and snippets.

View vasilispalilis's full-sized avatar

Vasilis Palilis vasilispalilis

View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<title>Keyboard Events</title>
</head>
<body>
<h1>Keyboard Events</h1>
<p id="text">Press the right (left) arrow on your keyboard!</p>
<div>The number now is :<span id="myNumb">0</span></div>
<script>