Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurux01 authored Jan 12, 2025
1 parent 99fa522 commit 0aebae4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,13 @@ pauseButton.addEventListener("click", togglePause);

// Carga inicial de palabras
loadWords(currentLanguage);

function skipWord() {
// Add your skip logic here
// For example:
console.log("Palabra saltada");
// Here you could add the logic to:
// 1. Mark the word as skipped
// 2. Move to the next word
// 3. Update any scores or progress
}

0 comments on commit 0aebae4

Please sign in to comment.