<head> 01 to ES6 </head> <body> <script> class Store { #reducer; #state; #cbs = [] constructor() { } getState() { } subscribe() { } dispatch() { } } </script> </body>