Node js - MongoDB Sorting - Node JS tutorial
MongoDB Sort in Node.js
Learn Node js - node js Tutorial - node-js sorting - node - Node js Examples
Value used for sorting in ascending order:
Read Also
Oracle SortValue used for sorting in descending order:
Sort in Ascending Order
Example
- Sort the records in ascending order by the name. Create a js file named "sortasc.js":
sortasc.js
Output
Open the command terminal and run the following command: Node sortasc.js
Learn Node js - node js Tutorial - ascending order in node.js mongodb sorting - node - Node js Examples
Read Also
PHP Sort Function.Sort in Descending Order
Example
- Sort the records in descending order according to name
- Create a js file named "sortdsc.js":
sortdsc.js
Output
Open the command terminal and run the following command: Node sortdsc.js
Learn Node js - node js Tutorial - descending order in node.js mongodb sorting - node - Node js Examples