Hello GitHub ๐
- ๐ฏ Iโm looking to collaborate
- ๐ซ How to reach me: mankins@gmail.com
mankins - Overview
mankins/README.md
Today's Proposal: Empty Promises Today's Proposal: Empty Promises
1
What's the current best practice for executing a function included by adding a (potentially async, deferred) script tag on the page?
2
3
We used to have scripts load synchronously, so we could immediately start using the library the next line:
4
5
```html