Skip to content

Commit 376995c

Browse files
authored
About Asynchronous JS
Signed-off-by: Shivsingh15 <[email protected]>
1 parent 8f8f028 commit 376995c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@ 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

3031
#### Asynchronous Programming
3132

33+
3234
The following concepts are also key to understand asynchronous programming, which is one of the fundamental parts of Node.js:
3335

3436
- [Asynchronous programming and callbacks](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Asynchronous/Introducing)

0 commit comments

Comments
 (0)