forked from kornerr/gitjs-privet-mir
8 lines
368 B
JavaScript
8 lines
368 B
JavaScript
ПоприветствоватьМир = function()
|
|
{
|
|
console.log("Привет, мир! Тут будет Маджонг!");
|
|
console.log("Hello, world! Mahjong is going to be here!");
|
|
document.body.innerHTML += "<h1>Привет, мир! Тут будет 🀄!</h1>";
|
|
document.body.innerHTML += "<h1>Hello, world! 🀄 is going to be here!</h1>";
|
|
};
|