TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: So I just finished the JavaScript course on Codecademy, now what?

3 点作者 404error超过 10 年前
I was bored yesterday and wanted to learn something new. So, I started and finished the JavaScript course on Codecademy. Can anyone suggest some further exercises or frameworks that I should start in on?

4 条评论

rudimental超过 10 年前
What&#x27;re your goals? It can help to direct you to the best place for what you&#x27;re looking for out of JavaScript. I think it&#x27;s useful to learn vanilla JavaScript well before learning libraries and frameworks.<p>Useful books. The first is online and free (the other two are as well, somewhere): <a href="http://eloquentjavascript.net/" rel="nofollow">http:&#x2F;&#x2F;eloquentjavascript.net&#x2F;</a><p><a href="http://www.amazon.com/Professional-JavaScript-Developers-Nicholas-Zakas/dp/1118026691/ref=dp_ob_title_bk" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;Professional-JavaScript-Developers-Nic...</a><p><a href="http://www.amazon.com/JavaScript-Patterns-Stoyan-Stefanov/dp/0596806752/ref=pd_sim_b_3?ie=UTF8&amp;refRID=13PHMQ54GAT7MF8B8988" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;JavaScript-Patterns-Stoyan-Stefanov&#x2F;dp...</a><p>Solve toy problems to solidify knowledge of methods and syntax: <a href="http://coderbyte.com/CodingArea/Challenges/" rel="nofollow">http:&#x2F;&#x2F;coderbyte.com&#x2F;CodingArea&#x2F;Challenges&#x2F;</a><p>Good material- lots of video and problems. Not free but worth it: <a href="https://www.codeschool.com/" rel="nofollow">https:&#x2F;&#x2F;www.codeschool.com&#x2F;</a> (makers of the jQuery videos below)<p>Bootstrap - popular front-end framework: <a href="http://getbootstrap.com/" rel="nofollow">http:&#x2F;&#x2F;getbootstrap.com&#x2F;</a><p>Actually build something! A To Do List, a website, a game.<p>See some different frameworks do the same things: <a href="http://todomvc.com/" rel="nofollow">http:&#x2F;&#x2F;todomvc.com&#x2F;</a><p>jQuery: <a href="http://try.jquery.com/" rel="nofollow">http:&#x2F;&#x2F;try.jquery.com&#x2F;</a><p>Here is a good free node tutorial: <a href="http://nodeschool.io/" rel="nofollow">http:&#x2F;&#x2F;nodeschool.io&#x2F;</a><p>Some tracks to learn, and get connected with non-profits to make useful things: <a href="http://www.freecodecamp.com/" rel="nofollow">http:&#x2F;&#x2F;www.freecodecamp.com&#x2F;</a><p>Contributing to open source projects is another route.
评论 #8718322 未加载
zaryaf超过 10 年前
We are creating Zyring (<a href="http://zyring.com" rel="nofollow">http:&#x2F;&#x2F;zyring.com</a>) exactly for that purpose, so people can actually put their learnings from courses into practice by implementing hands-on projects. We will have a Frontend development track, in which JavaScript will be utilized.
mtmail超过 10 年前
Since you&#x27;re bored: <a href="https://github.com/bolshchikov/js-must-watch" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bolshchikov&#x2F;js-must-watch</a>
评论 #8702351 未加载
hashtag超过 10 年前
I recommend learning how to utilize what you already know first before moving on. Try building some basic stuff using plain JS