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
after writing the correct code still giving me incorrect ans
document.body.innerHTML = '<h2>CodeChef is the best!!!</h2>';
Learning course: Web development using JavaScript
Problem Link: CodeChef: Practical coding for everyone
Add the following code to index.js and check what happens.
document.body.innerHTML = '<h2>CodeChef is the best!!!</h2>';