A six-session introduction to the basic concepts of computer programming using Javascript and the p5.js programming environment. Javascript is a flexible and powerful programming language that can run in every web-browser. These features make it a popular tool for developing software of all kinds as well as a convenient and accessible environment for learning how to program.
Intro to Javascript: Structured data (Lists) Thursday June 7, 6:30-8 pm. Computers are very good at doing the same thing over and over again, so we solve lots of computer programming problems by turning them into repetitive tasks. By organizing our variables into lists of related data we can simplify our programs and automate repetitive tasks. Topics: lists, arrays, loops, iteration. REGISTER HERE