Browse Source

'HW 4 done'

Vadym Shakhmatenko 1 year ago
parent
commit
df1f6a878b
2 changed files with 16 additions and 9 deletions
  1. 2 9
      HomeWork4/index.html
  2. 14 0
      HomeWork5/index.html

+ 2 - 9
HomeWork4/index.html

@@ -90,6 +90,7 @@
             smartphone: {},
             laptop:{}
         }
+
         //object links
         person.smartphone = phone
         person.laptop = notebook
@@ -231,17 +232,9 @@
         str += "</table>"
         document.write(str)
 
-        //Задание на синий пояс: Треугольник
-        let triangle = "";
-        for (let i = 0; i <= 10 ; i++){
-            triangle += '\n'
-            for (let j = 0; j <= 11; j++) {
-                triangle += '.' + '#'
-            }
-        }
 
     
-            
+            ///////////
 
 
     </script>

+ 14 - 0
HomeWork5/index.html

@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Document</title>
+</head>
+<body>
+    <script>
+        
+    </script>
+</body>
+</html>