issues Search Results · repo:HowProgrammingWorks/Thenable language:JavaScript
Filter by
1 result
(49 ms)1 result
inHowProgrammingWorks/Thenable (press backspace or delete to remove)In code:
use strict ;
const getNumbers = () = {
const numbers = [1, 2, 3];
return new Promise((resolve, reject) = {
const num = numbers.shift();
if (num) {
resolve(num);
} else ...
conmute
- Opened on Jul 2, 2024
- #6

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.
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.