Vladislav342 2 years ago
parent
commit
90fe659386
1 changed files with 0 additions and 17 deletions
  1. 0 17
      HW_11/redux.html

+ 0 - 17
HW_11/redux.html

@@ -92,24 +92,7 @@
 		document.body.append(table);
 		})
 
-		/*zakup.onclick=function(){
-			for(let [key] of Object.entries(store.getState())){
-				if(tovar.value===key){
-					store.dispatch({type: 'КУПИТЬ', ШО: tovar.value, СКОКА: skok.value});
-					console.log(store.getState())
-				}
-			}
-		}*/
-
-
-		
 		console.log(store.getState());
-		
-
-
-		
-
-
 	</script>
 </body>
 </html>