Advanced Search
Search Results
44 total results found
Hello World
...d" program, we'll use a print() statement. In Python, print() is a command that sends output to the console. Inside the brackets of print(), we provide the text we want Python to print. This text must be enclosed in quotation marks so that Python knows whe...
Planning
...(e.g. IIFE) https://addyosmani.com/resources/essentialjsdesignpatterns/book/ Ternary statements Development environment - Atom + plugins/extensions Math functions - random, sine map() P5JS pixel arrays stroke, fill, other functions library globals
Arrays
...comfortable using variables, if statements and for loops. Introduction : The What and the Why In order to understand why So far we've learnt that we can use variables to name data in our code, as so: var myVariable = 200; console.log(myVariab...