My issue
Add the following code to index.js and check what happens.
document.body.innerHTML = ‘
CodeChef is the best!!!
’;What changed?
.innerHTML replaces the contents of the element using HTML elements and given text
Note!!! The HTML content did not change.
Learning course: Web development using JavaScript
Problem Link: CodeChef: Practical coding for everyone