Skip to content

Commit abf7ceb

Browse files
authored
learn: add Asynchronous JS link (#7509)
* About Asynchronous JS Signed-off-by: Shivsingh15 <[email protected]> * remove extra space and back Slash from the Async Link Signed-off-by: Shivsingh15 <[email protected]> --------- Signed-off-by: Shivsingh15 <[email protected]>
1 parent ff68952 commit abf7ceb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/site/pages/en/learn/getting-started/how-much-javascript-do-you-need-to-know-to-use-nodejs.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ As a beginner, it's hard to get to a point where you are confident enough in you
2424
- [Template Literals](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals)
2525
- [Strict Mode](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode)
2626
- [ECMAScript 2015 (ES6) and beyond](/learn/getting-started/ecmascript-2015-es6-and-beyond)
27+
- [Asynchronous JavaScript](https://developer.mozilla.org/en-US/docs/Learn_web_development/Extensions/Async_JS)
2728

2829
With those concepts in mind, you are well on your road to become a proficient JavaScript developer, in both the browser and in Node.js.
2930

0 commit comments

Comments
 (0)