محتوى الدورة
Learn JavaScript in Arabic 2021
وصف الدرس

ال Code الموجود في الدرس

// 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 + /