enyy_07
1
My issue
after writing the correct code still giving me incorrect ans
My code
document.body.innerHTML = '<h2>CodeChef is the best!!!</h2>';
Learning course: Web development using JavaScript
Problem Link: CodeChef: Practical coding for everyone
@enyy_07
- To match TASK requirements you should first see what is mentioned in the question and the task.
- And according to the task, it is necessary for you to have this below solution.
Add the following code to index.js and check what happens.
document.body.innerHTML = '<h2>CodeChef is the best!!!</h2>';