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

File script.js

memory-cards/script.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const cardsContainer = document.getElementById('cards-container');
2const prevBtn = document.getElementById('prev');
3const nextBtn = document.getElementById('next');
4const currentEl = document.getElementById('current');

Callers

nothing calls this directly

Calls 5

getCardsDataFunction · 0.85
createCardsFunction · 0.85
updateCurrentTextFunction · 0.85
createCardFunction · 0.85
setCardsDataFunction · 0.85

Tested by

no test coverage detected