Help me in solving JS20A problem

My issue

you need to fix your editor b-cause it doesn’t read the code I’ve entered.
and it’s the exact code the task asked for.

My code

// Add the code below this line
document.body.innerHTML = '<h2>CodeChef is the best!!!</h2>';

Learning course: Web development using JavaScript
Problem Link: Changes using DOM Practice Problem in Web development using JavaScript - CodeChef

This one is funny. The creator of this problem added an extra space at the end of the pattern judge. Took me a long time to figure out why was it not working for your code. Have fixed the judge.