There is list of them below: Using letand const instead of var keyword to declare a variable Hoisting Spread Operator (…) Arrow function Default parameter in function declaration Use of let and const Before knowing about let and const, we need to know about var keyword and how it works. var keyword is used to declare in older JavaScript. And this…