()
| 75 | |
| 76 | // Show number of cards |
| 77 | function updateCurrentText() { |
| 78 | currentEl.innerText = `${currentActiveCard + 1}/${cardsEl.length}`; |
| 79 | } |
| 80 | |
| 81 | // Get cards from local storage |
| 82 | function getCardsData() { |
no outgoing calls
no test coverage detected