We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2989c commit 27d96f1Copy full SHA for 27d96f1
README.md
@@ -1780,7 +1780,7 @@
1780
});
1781
1782
promise
1783
- .then((value) => console.log(value)); // Logs after 5 seconds: "I'm a Promise!"
+ .then((value) => console.log(value)) // Logs after 5 seconds: "I'm a Promise!"
1784
.catch((error) => console.error(error)) // Handles any rejection
1785
.finally(() => console.log("Done")); // Runs regardless of success or failure
1786
```
0 commit comments