Should I learn/become proficient in Javascript?

后端 未结 20 1760
礼貌的吻别
礼貌的吻别 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:08

    I recommend Jeremy Keith's books: DOM Scripting and Bulletproof Ajax. After you become more fluent in JS I would recommend a JS library(I use jQuery, but that is not important).

    JS is important to learn. You cannot use a framework without the proper understanding of how it works. That is doing things backwards.

提交回复
热议问题