ZIM Kids has been converted to const, let and arrow functions

ZIM Kids at https://kids.zimjs.org has been converted from var and anonymous functions to const, let and arrow functions. Thanks to all those who offered their recommendations. The updates take place in the following files:

https://zimjs.org/magic
https://zimjs.org/slate

and the code and info pages for the three levels for the 8 basics tutorials, 4 bugs tutorials and 4 things tutorials - in other words 2x3x16 = 96 pages.

1 Like

@abstract can you also update all stage.update() to S.update()

1 Like

Okay - those should be updated now to S.update().

1 Like