Pinned Loading
-
-
ThreesACrowd
ThreesACrowd PublicThree's A Crowd - the browser extension that blocks all troublesome first-party content!
JavaScript
-
-
How to make and keep promises
How to make and keep promises 1# Promises
2To make a brand-new promise to run code in parallel, simply use the `Promise` constructor:
3```js
4let myPromise = new Promise((resolve, reject) => {
5// do things in a separate thread
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.