Should I learn/become proficient in Javascript?

后端 未结 20 2170
礼貌的吻别
礼貌的吻别 2021-01-31 21:48

I am a .NET webdev using ASP.NET, C# etc... I \"learned\" javascript in college 5+ years ago and can do basic jobs with it. But I wonder if it is useful to become proficient in

20条回答
  •  情书的邮戳
    2021-01-31 22:28

    If you are a webdev then yes, you should be proficient with Javascript. Javascript is a major part of making web apps as interactive as desktop apps.

    With that being said, learn to use one of the cross-browser compatible libraries like JQuery, Prototype, etc. We do not need to have any more single browser crud created using Javascript, just because any real man/woman rolls their own.

    A few things to learn in Javascript: 1. Basic syntax 2. The various flavours of function declaration. 3. Passing functions around and how to use passed in functions.

提交回复
热议问题