cody - HTMLify profile
files of /cody/bradtraversy/vanillawebprojects/typing-game/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
## Speed Typer Typing Game
Game to beat the clock by typing random words
## Project Specifications
- Create game UI including
Game to beat the clock by typing random words
## Project Specifications
- Create game UI including
const word = document.getElementById('word');
const text = document.getElementById('text');
const scoreEl = document.getElementB
const text = document.getElementById('text');
const scoreEl = document.getElementB