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

This commit is contained in:
Главред | Glavred
2020-08-26 14:56:48 +03:00
parent 925b8602e8
commit 41a3d5d282
3 changed files with 16 additions and 2 deletions

View File

@@ -1,3 +1,15 @@
ДобавитьСтрок = мир =>
{
document.body.innerHTML += "<p>Больше строк = лучше</p>";
document.body.innerHTML += "<p>More strings the better</p>"
}
// // // //
ПоприветствоватьМир = function()
{
console.log("Привет, мир!");