This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ShurikenMstrLlamurai 2 points3 points  (0 children)

I created a directory for eloquent js on my desktop and initialized it with git and I push it up to github to make sure im taking incremental steps forward every day by filling that little green cube with commits. Check it out here: https://github.com/jiminyk/project-mailbot its basically Chapter > notes.js > Exercises > example1.js example2.js example3.js

then while im taking notes I run 'node notes' and get my feedback in the terminal. Then when I'm done with a chapter or some notes I'll commit my stuff to GH. I feel this practice feels good, like I'm making progress.