```javascript $w.onReady(function () { // Add your code here let scrollAmount = 0; function slide() { scrollAmount += 1; // Change based on scrolling speed $w
top of page
bottom of page