es7 code example
Example: es7
//It has two additional features included apart from javascript and es6 syntax
//Include
'Hello'.include('o'); //Answer is true
//Exponentiation
2 ** 2; // Answer is 4
//It has two additional features included apart from javascript and es6 syntax
//Include
'Hello'.include('o'); //Answer is true
//Exponentiation
2 ** 2; // Answer is 4