Help me in solving JS20A problem

My issue

I’ve written the same code as the editor but is says, “did you add new content in index.js”? of course I did, so why is it wrong???

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