From c501d707a057f8515f0c9ff0428c3efcf8eee24d Mon Sep 17 00:00:00 2001 From: Konstantin Date: Fri, 28 Jan 2022 14:53:47 +0300 Subject: [PATCH 1/2] lesson3 --- 1.html | 37 +++++++++++++++++++++++++++++++++ 2.html | 48 +++++++++++++++++++++++++++++++++++++++++++ 3.html | 38 ++++++++++++++++++++++++++++++++++ 4.html | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 5.html | 28 +++++++++++++++++++++++++ 6.html | 38 ++++++++++++++++++++++++++++++++++ 6 files changed, 254 insertions(+) create mode 100644 1.html create mode 100644 2.html create mode 100644 3.html create mode 100644 4.html create mode 100644 5.html create mode 100644 6.html diff --git a/1.html b/1.html new file mode 100644 index 0000000..a9a4b98 --- /dev/null +++ b/1.html @@ -0,0 +1,37 @@ + + + + + Homework + + + + + + \ No newline at end of file diff --git a/2.html b/2.html new file mode 100644 index 0000000..9c56d3e --- /dev/null +++ b/2.html @@ -0,0 +1,48 @@ + + + + + Homework + + + + + + \ No newline at end of file diff --git a/3.html b/3.html new file mode 100644 index 0000000..0bc4684 --- /dev/null +++ b/3.html @@ -0,0 +1,38 @@ + + + + + Homework + + + + + + \ No newline at end of file diff --git a/4.html b/4.html new file mode 100644 index 0000000..6ddc6c7 --- /dev/null +++ b/4.html @@ -0,0 +1,65 @@ + + + + + Homework + + + + + + \ No newline at end of file diff --git a/5.html b/5.html new file mode 100644 index 0000000..1a7d20d --- /dev/null +++ b/5.html @@ -0,0 +1,28 @@ + + + + + Homework + + + + + + \ No newline at end of file diff --git a/6.html b/6.html new file mode 100644 index 0000000..aa0b772 --- /dev/null +++ b/6.html @@ -0,0 +1,38 @@ + + + + + Homework + + + + + + \ No newline at end of file From b4f272057b664c0cf0bf8ab86ecf4fadd08f182a Mon Sep 17 00:00:00 2001 From: chip777 Date: Sat, 29 Jan 2022 01:04:52 +0300 Subject: [PATCH 2/2] tet --- 3.html | 3 ++- 4.html | 2 +- 5.html | 2 +- test.html | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 52 insertions(+), 3 deletions(-) create mode 100644 test.html diff --git a/3.html b/3.html index 0bc4684..10011f7 100644 --- a/3.html +++ b/3.html @@ -32,7 +32,8 @@ products.forEach((price) => { price.price = price.price - (price.price / 100 * 15); //console.log(price.price); // - для проверки результата - }) + }); + \ No newline at end of file diff --git a/4.html b/4.html index 6ddc6c7..b60542c 100644 --- a/4.html +++ b/4.html @@ -46,7 +46,7 @@ const filteredProducts = products.filter((item) => { if ('photos' in item) return item.photos.length > 0; - }) + }); console.log('Filtered:'); filteredProducts.forEach((item) => {console.log(item)}); diff --git a/5.html b/5.html index 1a7d20d..eef81b0 100644 --- a/5.html +++ b/5.html @@ -21,7 +21,7 @@ diff --git a/test.html b/test.html new file mode 100644 index 0000000..d1d8d98 --- /dev/null +++ b/test.html @@ -0,0 +1,48 @@ + + + + + Homework + + + + + + \ No newline at end of file