I want to learne Javascript

I want to learne Javascript but I dont see any tutoriel for that.

2 Likes

There is no tutorial for it but there is a way you can see the JavaScript to get ideas of how to code into it. You can click the question mark icon on the top right menu and click it and you will see a drop-down menu of choices, click Docs below Tour then you will see Things to do, scroll down then you will see Game design concepts, scroll down again, then you see Game tutorials, scroll down 3 more times then you will see JavaScript Games. Click it then there will be some games you can learn from them, I think those can help you get an idea of how to use JavaScript. It might not look like a tutorial, but just see the code to get an idea of what to do using JavaScript.

I would recommend stating with the javascript tutorials made by makecode!
You can still go into the menu and drag and drop pieces of code, just like in blocks, so that should be enough to get started.
You can also convert a blocks project to javascript to get familiar with how the code is written.
If you have a more specific question about learning javascript I hope to help more! :smiling_face:

I learned JavaScript by converting block code to JavaScript and seeing what it became. (in Makecode it’s really typescript, which will help you when looking stuff up)