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