EVAN BRASS

Mediocre content about life and my technical interests.

⟵ All Tags

Tutorial

Introduction to Programming 3: Boolean’s, Logic, and Conditionals

6 min read

Till now, I’ve given you no method of telling the computer how to make decisions. You currently don’t have a Turing Complete understanding of JavaScript. Turing Complete means that a machine or language has the functionality req…

Introduction to Programming 2: Getting started

9 min read

How do you get started programming? You press control+shift+i if your on Chrome, Firefox or Edge. To open the developer tools for Safari I Googled it for you: http://wickedlysmart.com/hfjsconsole/. This brings up the developer t…

Introduction to Programming 1: Background

4 min read

Programming has its roots in mathematics. Every (sane) programming language has an underlying model of computation. Those underlying models have been proven to have equal power, that is that anything which can be done in one can…