cody - HTMLify profile
files of /cody/bradtraversy/vanillawebprojects/hangman/
## Hangman Game
Select a letter to figure out a hidden word in a set amount of chances
## Project Specifications
- Disp
Select a letter to figure out a hidden word in a set amount of chances
## Project Specifications
- Disp
<!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
const wordEl = document.getElementById('word');
const wrongLettersEl = document.getElementById('wrong-letters');
const playAgain
const wrongLettersEl = document.getElementById('wrong-letters');
const playAgain