DEV Community

Play Button Pause Button
Ryan H Lewis
Ryan H Lewis

Posted on

What's New in Node.js v15

Node.js is the best way to run JavaScript on the server, and Version 15 brings some surprises, like a new version of npm, some breaking changes with Promises, and several new features in the JavaScript language. Watch this video for more details!

Table of Contents:
0:00 Introduction
1:06 npm 7
2:00 Breaking Changes with Promises
3:27 QUIC support
4:39 New JavaScript features
5:03 Promise.any()
5:41 String.prototype.replaceAll()
6:15 Logical Assignment Operators
8:37 How to install Node.js v15
9:17 Outro


🙏 Thanks for taking a look at my content!

📨 Join my newsletter for more: https://ryanlewis.dev

🎥 Subscribe to my YouTube channel for more!


YouTube | Twitter | GitHub | Site

Oldest comments (2)

Collapse
 
ghazaleh271 profile image
Gsitio

hey
can u help me with how to create a cli command with node?

Collapse
 
ryanmurakami profile image
Ryan H Lewis

Absolutely. What are you trying to do?