Help me in solving JS20A problem

My issue

I have entered the code in ‘index.js’ module and made it to run successfully. But also while trying to submit the code it doesn’t and says that ‘Did you add the new content in index.js?’ What should I do?

My code

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