Skip to content

Quality: Core challenge implementation is missing in template#519

Open
tuanaiseo wants to merge 1 commit into
Sunny-117:mainfrom
tuanaiseo:contribai/improve/quality/core-challenge-implementation-is-missing
Open

Quality: Core challenge implementation is missing in template#519
tuanaiseo wants to merge 1 commit into
Sunny-117:mainfrom
tuanaiseo:contribai/improve/quality/core-challenge-implementation-is-missing

Conversation

@tuanaiseo
Copy link
Copy Markdown

Problem

MyPromise.all is declared but has no implementation, so challenge submissions based on this template cannot pass behavior requirements and may mislead contributors about expected API behavior.

Severity: critical
File: questions/1-promise-all/template.js

Solution

Implement MyPromise.all(iterable) with proper resolution ordering, early rejection, empty-iterable handling, and support for non-promise values.

Changes

  • questions/1-promise-all/template.js (modified)

Testing

  • Existing tests pass
  • Manual review completed
  • No new warnings/errors introduced

`MyPromise.all` is declared but has no implementation, so challenge submissions based on this template cannot pass behavior requirements and may mislead contributors about expected API behavior.

Affected files: template.js

Signed-off-by: tuanaiseo <221258316+tuanaiseo@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant