-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
chore(learn): clarify wording in async article #7688
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Clarify wording. Signed-off-by: Thomas Amberg <tamberg@yaler.net>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Lighthouse Results
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #7688 +/- ##
==========================================
+ Coverage 74.82% 74.84% +0.02%
==========================================
Files 98 98
Lines 7840 7888 +48
Branches 197 200 +3
==========================================
+ Hits 5866 5904 +38
- Misses 1972 1983 +11
+ Partials 2 1 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
apps/site/pages/en/learn/asynchronous-work/javascript-asynchronous-programming-and-callbacks.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Guilherme Araújo <arauujogui@gmail.com> Signed-off-by: Aviv Keller <me@aviv.sh>
|
Ugh this needs to be rebased. @tamberg can you rebase? |
|
Not sure how to rebase. Just tried to |
Clarify wording.
Description
Validation
Related Issues
Check List
npm run formatto ensure the code follows the style guide.npm run testto check if all tests are passing.npx turbo buildto check if the website builds without errors.