We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dcf633 commit 39e123bCopy full SHA for 39e123b
2 files changed
javascript-tutorial
scripts/main.js
@@ -13,7 +13,6 @@ $(document).ready(function() {
13
14
// This next line means 'run this function when the #next element is clicked'
15
$("#next").click(function() {
16
- console.log(curr_page);
17
// If on the last page, do nothing
18
if(curr_page === 8)
19
return;
0 commit comments