From 01fa65aa75b1f83a25960ec1d650cf5b2a3aec1f Mon Sep 17 00:00:00 2001 From: epic3386 Date: Mon, 14 Jan 2019 11:52:37 +1000 Subject: [PATCH 1/2] =?UTF-8?q?=D1=82=D0=B5=D0=BC=D0=BF=D0=B5=D1=80=D0=B0?= =?UTF-8?q?=D1=82=D1=83=D1=80=D0=B0=20=D0=BF=D0=BE=20=D1=84=D0=B0=D1=80?= =?UTF-8?q?=D0=B5=D0=BD=D0=B3=D0=B5=D0=B9=D1=82=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1/index.html | 14 ++++++++++++++ 1/index.js | 4 ++++ 2 files changed, 18 insertions(+) create mode 100644 1/index.html create mode 100644 1/index.js diff --git a/1/index.html b/1/index.html new file mode 100644 index 0000000..af3cf24 --- /dev/null +++ b/1/index.html @@ -0,0 +1,14 @@ + + + + + + + Document + + + +

Hello World!!!!!!

+ + + \ No newline at end of file diff --git a/1/index.js b/1/index.js new file mode 100644 index 0000000..489b0e3 --- /dev/null +++ b/1/index.js @@ -0,0 +1,4 @@ +var a = prompt('Введите температуру по Цельсию'); +Tc = parseInt(a); +var Tf = (9 / 5) * a +32; +alert('Температура по Фаренгейту равна: ' + Tf); \ No newline at end of file From e8ef907ed43fcd45ddb0949aa27526048ce2da0d Mon Sep 17 00:00:00 2001 From: epic3386 Date: Mon, 14 Jan 2019 11:52:49 +1000 Subject: [PATCH 2/2] =?UTF-8?q?=D0=B0=D0=B4=D0=BC=D0=B8=D0=BD=20=D0=92?= =?UTF-8?q?=D0=B0=D1=81=D0=B8=D0=BB=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2/index.html | 14 ++++++++++++++ 2/index.js | 4 ++++ 2 files changed, 18 insertions(+) create mode 100644 2/index.html create mode 100644 2/index.js diff --git a/2/index.html b/2/index.html new file mode 100644 index 0000000..af3cf24 --- /dev/null +++ b/2/index.html @@ -0,0 +1,14 @@ + + + + + + + Document + + + +

Hello World!!!!!!

+ + + \ No newline at end of file diff --git a/2/index.js b/2/index.js new file mode 100644 index 0000000..060d78d --- /dev/null +++ b/2/index.js @@ -0,0 +1,4 @@ +var admin; +var name = ('Василий'); +admin = name +alert(admin); \ No newline at end of file