JavaScript to C# ?

Hello,

i am quite new to coding and unity, so i am searching for all kinds for tutorials or trainings. I would like to also thank you guys here for directing me on few realy good resources.
But what i have encountered is that there is huge amount of great resources for JavaScript inside of Unity, but only few for C#. I am learning only C# and i am starting to feel quite confident with it, but i dont feel like learning JavaScript too, i guess it would mess with my head. What i wanted to ask is how much big difference is in code in Unity in JavaScript and C#. Lets say, that i would like to learn from JavaScript training, is that very hard to transform that code to C# ? I mean the thing you initialize variable differently isnt an issue, but how about more advanced stuff, is that in nature same, but you just type it differently or is it completely different in its nature ? Like for example how you work with instantiating objects, constructors etc etc. is it very similar or completely different ?

Thanks a lot for any kind of response. Also is there any tutorial or something that would explain those differences to me?

Does anyone with only C# knowledge learn from Javascripts tutorials ?

There are not huge differences between javascript and C#. In my opinion, if you are beginner, you can start the programming at beginner level by javascript as i do :slight_smile: .But i use the C# much more than javascript(Intermediate,Advance). You may read the script reference unity3D. You see the differences betweenn javascript and C# perfectly. You may start this link.

ive actually been learning only javascript? How much am i missing not learning C#?

Almost nothing it’s the same thing buddy.