Skip to content

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
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub