I'm not js expert but on quick view in code I have noticed at line 261: `const executeNext = function executeNext (palette, index) {` shouldn't it be `palettes `instead of `palette`?
I'm not js expert but on quick view in code I have noticed at line 261:
const executeNext = function executeNext (palette, index) {shouldn't it be
palettesinstead ofpalette?