issues Search Results · repo:HowProgrammingWorks/Promise language:JavaScript
Filter by
3 results
(42 ms)3 results
inHowProgrammingWorks/Promise (press backspace or delete to remove)I have implemented Promise. Should I commit here as learning material?
use strict ;
const STATUS = {
PENDING: pending ,
FULFILLED: fulfilled ,
REJECTED: rejected ,
};
class MyPromise {
_status ...
LexeyKhom
- 1
- Opened on Jun 14, 2023
- #8
- This should extend Promise
- This should not fail with unhandled rejection
enhancement
tshemsedinov
- Opened on Aug 20, 2019
- #3

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.