@peli Is it possible to create tutorials in MakeCode which use JavaScript or Python rather than the blocks?
Yes! Where you typically use ```blocks
to define snippets of code, if you use ```javascript
or ```python
, we will automatically infer the language and open up the right code editor. You can try this out using the Tutorial Tool!