// Wait The Window To Load
window.onload = function () {
// Single Line Comment
document.querySelector("h1").style.color = "Blue"; // Single Line Comment
};
// Single Line Comment
// Single Line Comment
// Single Line Comment
/* Single Line Comment */
/*
1
2
3
4
5
*/
// Ctrl + /
You have not completed all required lessons and assessments.