Search found 1 match
- Mon Jan 23, 2012 9:23 pm
- Forum: Staffroom, classroom and projects
- Topic: Using Node.js as an educational language?
- Replies: 13
- Views: 4462
Re: Using Node.js as an educational language?
<r>I am strongly against using Javascript for education. It's a tricky language with MANY dark concepts that even seasoned programmers find hard to understand. If you don't believe me, tell me you haven't spent a lot of time in a situation like this<br/> <br/> for (int i = 0; i < n; i++) {<br/> <br/...