Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Edge Case Clarification #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

aedward8
Copy link
Contributor

@aedward8 aedward8 commented Mar 8, 2021

// for this example 13 in index 0 would skip over 13 in index 1. Should the value 2 in index2 know about the 13 in index 1 and be skipped or should it be counted because 13 in index 1 is skipped?
console.log(sum13([13, 13, 2, 1, 2]))// → 3

// for this example 13 in index 0 would skip over 13 in index 1. Should the value 2 in index2 know about the 13 in index 1 and be skipped or should it be counted because 13 in index 1 is skipped?
console.log(sum13([13, 13, 2, 1, 2]))// → 3
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant