MCPcopy
hub / github.com/bradtraversy/vanillawebprojects / script.js

File script.js

hangman/script.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const wordEl = document.getElementById('word');
2const wrongLettersEl = document.getElementById('wrong-letters');
3const playAgainBtn = document.getElementById('play-button');
4const popup = document.getElementById('popup-container');

Callers

nothing calls this directly

Calls 3

displayWordFunction · 0.85
showNotificationFunction · 0.85
updateWrongLettersElFunction · 0.85

Tested by

no test coverage detected