Javascript 练习练习?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6867313/
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
Practice exercises?
提问by mowwwalker
Is there anything like: http://nathansjslessons.appspot.com/lesson?id=1000
有没有类似的东西:http: //nathansjslessons.appspot.com/lesson?id=1000
Something where I can learn and practice javascript? I remember when I was going to start with c++, there was a list of practice exercises for command prompt programs. Anything like that for javascript?
我可以学习和练习 javascript 的地方?我记得当我准备开始使用 C++ 时,有一个命令提示符程序的练习列表。像javascript这样的东西吗?
I know the best way to improve is to figure out what I want to do and learn how to do it, but I'm able to do everything I want for the time being, and want to have the ability to do whatever else I want without having to learn it.
我知道提高的最好方法是弄清楚我想做什么并学习如何去做,但我暂时可以做我想做的一切,并且希望有能力做我想做的任何其他事情无需学习。
采纳答案by sacabuche
This is my prefered Eloquent JavaScript
这是我最喜欢的Eloquent JavaScript
duplicated questions:
重复问题:
resource for practical javascript exercise
Give me some javascript exercises please