Beginners help
-
Hey guys, I am a beginner, and this game seems very interesting to me.
Problem is, I don't know javascript.
Can you guys give me some pointers to definitive tutorials on javascript and what not do help me get started playing.
I really do not want to miss out on this game.
-
Have you taken a look at the tutorial in the Simulation Room? It might be enough depending on the sort of learning you find easiest.
Otherwise, I quite like Eloquent JavaScript and the MDN JS Reference.
Although you can't use some of the experimental nicer things like
let
, andarrow functions
here.
-
Did you have touched any programming language before?