File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
.. _node-promises:
2
2
3
3
=========================================
4
- Use Promises with Asynchronous Javascript
4
+ Use Promises with Asynchronous JavaScript
5
5
=========================================
6
6
7
7
.. facet::
@@ -20,15 +20,15 @@ Use Promises with Asynchronous Javascript
20
20
Overview
21
21
--------
22
22
23
- The Node.js driver uses the asynchronous Javascript API to communicate with
23
+ The Node.js driver uses the asynchronous JavaScript API to communicate with
24
24
your MongoDB cluster.
25
25
26
- Asynchronous Javascript allows you to execute operations without waiting for
26
+ Asynchronous JavaScript allows you to execute operations without waiting for
27
27
the processing thread to become free. This helps prevent your application
28
28
from becoming unresponsive when
29
29
executing long-running operations. For more information about asynchronous
30
- Javascript , see the MDN web documentation on
31
- `Asynchronous Javascript <https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Asynchronous>`_.
30
+ JavaScript , see the MDN web documentation on
31
+ `Asynchronous JavaScript <https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Asynchronous>`_.
32
32
33
33
This section describes ``Promises`` that you can use with the Node.js driver to
34
34
access the results of your method calls to your MongoDB cluster.
You can’t perform that action at this time.
0 commit comments