Browse Source

Изменения от Главреда ГитЖС | Changes of GitJS Glavred

master
Главред | Glavred 3 years ago
parent
commit
41a3d5d282
3 changed files with 16 additions and 2 deletions
  1. +3
    -2
      0000
  2. +12
    -0
      привет|hello.js
  3. +1
    -0
      привет|hello.череда

+ 3
- 2
0000 View File

@@ -1,5 +1,6 @@
Привет | Hello
1.0.0
2.0.0
https://git.opengamestudio.org/kornerr/primer-sample

/привет|hello.череда
x /привет|hello.js
/привет|hello.череда

+ 12
- 0
привет|hello.js View File

@@ -1,3 +1,15 @@


ДобавитьСтрок = мир =>
{
document.body.innerHTML += "<p>Больше строк = лучше</p>";
document.body.innerHTML += "<p>More strings the better</p>"
}


// // // //


ПоприветствоватьМир = function()
{
console.log("Привет, мир!");


+ 1
- 0
привет|hello.череда View File

@@ -1,2 +1,3 @@
пуск
поприветствовать мир
добавить строк

Loading…
Cancel
Save