GennadySht hace 2 años
padre
commit
330e5e7095
Se han modificado 2 ficheros con 60 adiciones y 0 borrados
  1. 30 0
      js/22/hw_22_01.html
  2. 30 0
      js/22/hw_22_02 .html

+ 30 - 0
js/22/hw_22_01.html

@@ -0,0 +1,30 @@
+<head>
+01 to ES6
+</head>
+
+<body>
+    <script>
+        class Store {
+            #reducer;
+            #state;
+            #cbs = []
+
+            constructor() {
+
+            }
+
+            getState() {
+
+            }
+
+            subscribe() {
+
+            }
+
+            dispatch() {
+
+            }
+        }
+
+    </script>
+</body>

+ 30 - 0
js/22/hw_22_02 .html

@@ -0,0 +1,30 @@
+<head>
+01 to ES6
+</head>
+
+<body>
+    <script>
+        class Store {
+            #reducer;
+            #state;
+            #cbs = []
+
+            constructor() {
+
+            }
+
+            getState() {
+
+            }
+
+            subscribe() {
+
+            }
+
+            dispatch() {
+
+            }
+        }
+
+    </script>
+</body>