如何在两天内学会专业的 JavaScript?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 
原文地址: http://stackoverflow.com/questions/4766528/
Warning: these are provided under cc-by-sa 4.0 license.  You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to learn professional JavaScript in two days?
提问by user439526
I really need to learn professional javascript in two days because I am gonna have to hit the ground running (real world project). I have little which can be approximated to no knowledge of JavaScript or website development. Any help would be appreciated greatly.
我真的需要在两天内学习专业的 javascript,因为我将不得不开始工作(现实世界的项目)。我几乎不了解 JavaScript 或网站开发。任何帮助将不胜感激。
回答by deceze


Seriously, two days is about enough to get a feel for the basics. It's nowhere near enough time to get to "professional" level (whatever that means exactly). The more experience you have with other languages, the easier it will be, though.
说真的,两天足以了解基本知识。现在还远远不够达到“专业”水平(无论这意味着什么)。不过,您使用其他语言的经验越多,就越容易。
回答by Priya Ranjan Singh
Go through video lectures by Douglas Crockford at http://yuiblog.com/crockford/. You could be able to get rid of some assumptions, misconceptions and pick up some really good concepts in less than 10 hrs of video.
在http://yuiblog.com/crockford/ 上观看 Douglas Crockford 的视频讲座。您可以在不到 10 小时的视频中摆脱一些假设、误解并获得一些非常好的概念。
Nevertheless, it is indeed a great place to start.
尽管如此,它确实是一个很好的起点。
回答by Ming-Tang
Don't cram for a programming language, especially learning it professionally, unless you have previous programing experience.
不要死记硬背一门编程语言,尤其是专业地学习它,除非你以前有过编程经验。
回答by Phrogz
http://eloquentjavascript.net/
http://eloquentjavascript.net/
See also https://stackoverflow.com/questions/4744906/would-you-recommend-starting-from-html5-css3-for-beginnersfor resources on learning web technologies.
另请参阅https://stackoverflow.com/questions/4744906/would-you-recommend-starting-from-html5-css3-for-beginners以获取有关学习 Web 技术的资源。
回答by bengo
This article is a great source of up to date, modern JavaScript resources: http://blog.reybango.com/2010/12/15/what-to-read-to-get-up-to-speed-in-javascript/
本文是最新的现代 JavaScript 资源的重要来源:http: //blog.reybango.com/2010/12/15/what-to-read-to-get-up-to-speed-in-javascript /
回答by Timbergus
If you need to learn JavaScript, you can follow these courses if you have little previous programming experience. They are interactive and you can code all the examples in the explorer (and they are free).
如果你需要学习 JavaScript,如果你之前没有多少编程经验,你可以学习这些课程。它们是交互式的,您可以在资源管理器中编写所有示例(它们是免费的)。
1 - JavaScript Fundamentals
2 - JavaScript
1 - JavaScript 基础
2 - JavaScript
And finally, a library called jQuery to make a little bit easier JavaScript programming.
最后,一个名为 jQuery 的库可以让 JavaScript 编程变得更简单一些。
3 - jQuery
3 - jQuery
This won't take you to days, but is a good beginning to be a JavaScripter.
这不会让您费时费力,但对于成为 JavaScript 人员来说,这是一个良好的开端。
Good luck.
祝你好运。

