Case Sensitive Includes

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