Изменения от Главреда ГитЖС | Changes of GitJS Glavred
This commit is contained in:
5
0000
5
0000
@@ -1,5 +1,6 @@
|
||||
Привет | Hello
|
||||
1.0.0
|
||||
2.0.0
|
||||
https://git.opengamestudio.org/kornerr/primer-sample
|
||||
|
||||
/привет|hello.череда
|
||||
x /привет|hello.js
|
||||
/привет|hello.череда
|
||||
@@ -1,3 +1,15 @@
|
||||
|
||||
|
||||
ДобавитьСтрок = мир =>
|
||||
{
|
||||
document.body.innerHTML += "<p>Больше строк = лучше</p>";
|
||||
document.body.innerHTML += "<p>More strings the better</p>"
|
||||
}
|
||||
|
||||
|
||||
// // // //
|
||||
|
||||
|
||||
ПоприветствоватьМир = function()
|
||||
{
|
||||
console.log("Привет, мир!");
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
пуск
|
||||
поприветствовать мир
|
||||
добавить строк
|
||||
|
||||
Reference in New Issue
Block a user