I can't do pandrom checker

Tell us what’s happening:
Describe your issue in detail here.

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 (Linux; Android 9; POT-LX1AF) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.83 Mobile Safari/537.36

Challenge: Using the Test Method

Link to the challenge:

Hi @FCC_Xetu !

Welcome to the forum!

You have some space here

You need to remove that for the test to pass.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.