I would love to learn JavaScript so how long did it take you what was you method and most importantly do you still use blocks over js
If you want to learn JS, you should learn the basics, such as understanding how to create variables, if statements, for statements, functions, things like that. Then when your ready, go ahead and work. I tend to start in Blocks before going into javascript, so I have an already working program on my hands. There seems to be a website, and plenty of books to learn JavaScript, which should help :).
School
I learned by switching code from blocks to JavaScript and seeing what was generated. Then I found out about Classes and I made a very early version of this extermination game with a bunch of little rats running around on the screen, and then I just never looked back.
Most important answer: I don’t touch blocks unless I’m helping someone else with block code or I’m testing out an extension I’ve made.
P.S. it’s actually “static typescript” and the full list of functionality is here
My favorite feature is the conditional operator ? : which I use a lot.
Looking at extensions so I could write my own extension code.