MCPcopy Create free account
hub / github.com/Vishal-raj-1/Awesome-JavaScript-Projects / flipcards.js

File flipcards.js

assets/js/flipcards.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