Please take this 33 question quiz.
JavaScript 30 Day Challenge
Hey guys – I thought I would post this link for you as some people as me from time to time how to do more code challenges in order to increase their knowledge and skill. This is another site where you can sign up and at your own pace do more JS. There is a […]
Naming Things is Hard
When teaching students, the question of how to name things comes up. There are two hard things in computer science: cache invalidation, naming things, and off-by-one errors. — Jeff Atwood (@codinghorror) August 31, 2014 The rules naming things like variables and functions is simple: Names can contain letters, digits, underscores, and dollar signs. Names must […]
- « Previous Page
- 1
- …
- 5
- 6
- 7
- 8
- 9
- …
- 17
- Next Page »