Tell us what’s happening:
Describe your issue in detail here.
Your code so far
let hello = " Hello,World! ";
let wsRegex = /^\s(\w+),(\w+)!\s/; // Change this line
let result = hello.replace(wsRegex, 'Hello, World!'); // Change this line
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 5.1.1; SM-J200G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.110 Mobile Safari/537.36.