We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
I am not sure how to make this 3 lines or less in JS and there is no findZigZagSequence function to debug, but here's my solution (which isn't passing despite the output matching what is expected 🤔) I feel like this is fairly sloppy though.
Zig Zag Sequence
You are viewing a single comment's thread. Return to all comments →
I am not sure how to make this 3 lines or less in JS and there is no
findZigZagSequence
function to debug, but here's my solution (which isn't passing despite the output matching what is expected 🤔) I feel like this is fairly sloppy though.