MCPcopy Index your code
hub / github.com/zhongsp/TypeScript / next

Function next

docs/book.js:562–567  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

560 var html = document.querySelector('html');
561
562 function next() {
563 var nextButton = document.querySelector('.nav-chapters.next');
564 if (nextButton) {
565 window.location.href = nextButton.href;
566 }
567 }
568 function prev() {
569 var previousButton = document.querySelector('.nav-chapters.previous');
570 if (previousButton) {

Callers 1

book.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected