// Custom JS to initialize slick slider (https://github.com/kenwheeler/slick) and then build a play/pause toggle button // Uses slick-specific methods & slick events. See slick events at: https://github.com/kenwheeler/slick/#events const HERO_SLIDER_CLASSNAME = '.hero-slider__slider'; // Our classname for the hero-slider's DOM parent const SLICK_PLAY = 'slickPlay'; // Methods unique to slick const SLICK_PAUSE = 'slickPause'; // Methods unique to slick const SLICK_NEXT_SLIDE = 'slickNext'; // Methods unique to slick const play = 'Play'; const pause = 'Pause'; // =============================================================================================== // // TODO: // // // // Rewrite below prevArrow & nextArrow as ', // TODO: change to ' // TODO: change to