Skip to content

Commit

Permalink
ok ok ok
Browse files Browse the repository at this point in the history
  • Loading branch information
cobblesteve01 authored Oct 10, 2024
1 parent f331637 commit 930ee6f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function duolingoAlert(){
function duolingoAlert() {
alert('Be Warned...');
alert('This Is A Point Of No Return...');
};
Expand All @@ -24,6 +24,5 @@ document.addEventListener('keydown', function(event) {
gamesArea.style.display = 'none';
}
}
teacherMode();
}
});
});

0 comments on commit 930ee6f

Please sign in to comment.