ES7

JavaScript Array.prototype.includes

["Banana", "Orange", "Apple", "Mango"].includes("Mango"); // is true

Exponentiation Operator

let z = 5 ** 2; // 25
let y = Math.pow(5, 2); // 25

Exponentiation Assignment

let z = 5;
z **= 2; // 25

ref

What Else?
inflearn react api server -50% 할인쿠폰: 15108-f2af1e086101 buy me a coffee