
Today we start to work on JavaScript Koans. We download the repository from GitHub (https://github.com/mrdavidlaing/javascript-koans) and get to work with running the program using a text editor and the terminal. This is part 1 of the JavaScript Koans tutorial where we learn about expects.
If you want to learn to program, JavaScript Koans is a great way to get started. JavaScript is a simple language for early stage programmers because which can be run the the web browser. This makes setup really easy when you start! JavaScript Koans is a way of developing by making tests pass. The tests are written like Zen Koans so as to make you think deeply on what can be accomplished using JavaScript.
At the start you have ~300 failing tests which you address one at a time. With each step, you learn about JavaScript and how to operate as a software maker.
To see all the videos in this series, please visit the following JavaScript programming playlist:
Enjoy!
JavaScript Koans, Learn to Code, How Programming Works, How to Program, How to Hack, Computer Programming Games, how to write JavaScript code, about expects