Case Sensitive Includes
Here we can see that 
Use
  str.includes() is case sensitive. Adjust str so that the console.log statement outputs true. Use
toLowerCase() in your solution.Premium
JavaScript
 Console