From 7767348ad8fa0e744e705eaf5d62cd90b6ab88c1 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 12 Mar 2020 11:31:30 +0300 Subject: [PATCH 1/3] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D0=BB=20Read?= =?UTF-8?q?me?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 52258b5..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -# JavaScript From 91ea24e0549ee14f3e85f4893dad317a0eb84c16 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 12 Mar 2020 12:41:55 +0300 Subject: [PATCH 2/3] =?UTF-8?q?=D0=A1=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20task?= =?UTF-8?q?01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- task01.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 task01.html diff --git a/task01.html b/task01.html new file mode 100644 index 0000000..b4eadf0 --- /dev/null +++ b/task01.html @@ -0,0 +1,44 @@ + + + + + Document + + + + + \ No newline at end of file From 4d8c28c149932b7591816f6c8de47098c6ffe9f9 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 12 Mar 2020 12:45:15 +0300 Subject: [PATCH 3/3] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB?= =?UTF-8?q?=20=D0=B8=D1=81=D1=85=D0=BE=D0=B4=D0=BD=D0=BE=D0=B5=20=D0=B7?= =?UTF-8?q?=D0=BD=D0=B0=D1=87=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=B2=D0=B0=D0=BB=D0=B8=D0=B4=D0=BD=D0=BE=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- task01.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task01.html b/task01.html index b4eadf0..d28c2d9 100644 --- a/task01.html +++ b/task01.html @@ -37,7 +37,7 @@ } let o1 = new Obj - o1.vNum = 188.1 + o1.vNum = 189 console.log(o1.vNum)