Skip to content

Commit 0aebae4

Browse files
authored
Update script.js
1 parent 99fa522 commit 0aebae4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

script.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,13 @@ pauseButton.addEventListener("click", togglePause);
151151

152152
// Carga inicial de palabras
153153
loadWords(currentLanguage);
154+
155+
function skipWord() {
156+
// Add your skip logic here
157+
// For example:
158+
console.log("Palabra saltada");
159+
// Here you could add the logic to:
160+
// 1. Mark the word as skipped
161+
// 2. Move to the next word
162+
// 3. Update any scores or progress
163+
}

0 commit comments

Comments
 (0)