Do you guys know of any tutorials for Javascript? I want to learn how to use it for Unity.
This is how I learned JavaScript for Unity.
1. Unity Scripting Manual
2. Google
Seriously, start with a goal, program what you know, look up what you don't. Unity docs has a short tutorial on the basics of programming, but after learning the basics, it's most effective to learn by doing. If you do want a JavaScript tutorial, though, check out Code Academy. It won't be the proprietary JavaScript Unity uses, however, but the syntax and programming fundamentals will all be the same.