<!doctype html> <html> <head> <meta charset="utf-8"> <title>JavaScript Arrow Key Detection Demo</title> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> Press Arrow Key or Any Other Key:<br> <textarea id="info" rows="20" cols="80"></textarea> <script src="app.js"></script> </body> </html>