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

Function prev

docs/book.js:568–573  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

566 }
567 }
568 function prev() {
569 var previousButton = document.querySelector('.nav-chapters.previous');
570 if (previousButton) {
571 window.location.href = previousButton.href;
572 }
573 }
574 switch (e.key) {
575 case 'ArrowRight':
576 e.preventDefault();

Callers 1

book.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected