Пример модуля ГитЖС
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

привет|hello.js 255B

1234567
  1. ПоприветствоватьМир = function()
  2. {
  3. console.log("Привет, мир!");
  4. console.log("Hello, world!");
  5. document.body.innerHTML += "<h1>Привет, мир!</h1>";
  6. document.body.innerHTML += "<h1>Hello, world!</h1>";
  7. };