This website works better with JavaScript.
Home
Explore
Help
Sign In
kornerr
/
primer-sample
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
Оставить минимум | Leave only the minimum
master
Михаил Капелько
4 years ago
parent
d1832a9937
commit
925b8602e8
5 changed files
with
10 additions
and
9 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
0000
+0
-1
abc
+0
-5
привет.js
+7
-0
привет|hello.js
+0
-0
привет|hello.череда
+ 3
- 3
0000
View File
@@ -1,5 +1,5 @@
Привет
Привет
| Hello
1.0.0
/привет.череда
x /привет.js
/привет
|hello
.череда
x /привет
|hello
.js
+ 0
- 1
abc
View File
@@ -1 +0,0 @@
Wed Jul 15 2020 15:29:48 GMT+0300 (Moscow Standard Time)
+ 0
- 5
привет.js
View File
@@ -1,5 +0,0 @@
ПоприветствоватьМир = function()
{
console.log("Привет, мир!");
document.body.innerHTML = "<h1>Привет, мир!</h1>";
};
+ 7
- 0
привет|hello.js
View File
@@ -0,0 +1,7 @@
ПоприветствоватьМир = function()
{
console.log("Привет, мир!");
console.log("Hello, world!");
document.body.innerHTML += "<h1>Привет, мир!</h1>";
document.body.innerHTML += "<h1>Hello, world!</h1>";
};
привет.череда → привет|hello.череда
View File
Write
Preview
Loading…
Cancel
Save