boolean-uk / developer-process-workshops

6 stars 41 forks source link

Longest sequence test passing #10

Open AlexDjangoX opened 2 years ago

AlexDjangoX commented 2 years ago

Edited longest-sequence.js

After 'checking next char'checking next char, there was an erroneous else block

Updated redundant comparison: (Object.keys(currentSequence)[0] < Object.keys(currentSequence)[0])