Using the Test Method-pass test please

Tell us what’s happening:
I saw some other people posting about the same problem i am having but they took out the ‘let’ keyword. Mine is not passing.

Your code so far


let myString = "Hello, World!";
let myRegex = /Hello/;
let result = myRegex.test(MyString); // Change this line

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/regular-expressions/using-the-test-method

You have variable myString, but are using MyString in the result