- Home /
Any programs to practice javascript?
Hello all, is there any freeware programs to try small bits of javascript code b'coz recently i downloaded a pdf book called javascript bible. and i need to try those codes in a program to see how it works. or is there any way i can do this in unity 3d? Thanks, Rakesh.
Answer by whydoidoit · Mar 22, 2014 at 08:23 AM
Well the good news is that JSFiddle is a very powerful way of doing this for Javascript but the thing called Javascript in Unity is not real Javascript - it's a .NET language with some very significant differences. You should be very careful applying the theories from your book to Unity - even if they work they may not perform well.
thanks, i will try to be careful. what about c#? is the original c# and the one used in unity the same or different. P.S.i know a little c# and just started to learn javascript.
Yes, C# is exactly the same. If you already know C# then I would use that to program Unity. If you want to learn Javascript for some additional reason then don't use Unity to do it.
I presume Unity called (what many of us call) Unity Script - Javascript for marketing purposes or something. Causes a lot of problems for people. It is a good language, just it isn't what the label says it is...
ok, thanks for your reply. i will continue to learn C#. oh, and thanks for preventing me from learning a language that isn't useful with unity.
you know what, i just downloaded C# bible book. i am very happy. b'coz i am gonna make some games in unity. all thanks for you. i will be back with some more questions in the future.
You're welcome, can you tick my answer to get us both some karma?
Your answer
Follow this Question
Related Questions
Loot code Modification 1 Answer
How would you go about creating footstep sounds? 0 Answers
Actual Programming Help 4 Answers
2 Programming Languages 4 Answers
Good practice to do a base extend of MonoBehaviour? 1 Answer