To control using the keys. Hint: ```js var e = new Event('keydown'); e.keyCode = 38; document.dispatchEvent(e); // DOWN ```