SUCCEED

   

programmingHS 2015
Shodor > SUCCEED > Workshops > Archive > programmingHS 2015

Today in the Shodor basic programming class we learned about an array of things. We started the day learning and reviewing what was leaned the previous day. Then went on to learn about loops, we spent time talking about the sieve of Eratosthenes. We talked about the differences between for and while loops along with how loops were used for repetitions and how they happened in time steps. Later in the day we talked about console.log and how you should and shouldn't use it to send messages to the user. We practiced brainstorming code on paper before actually wrote it. We looked at code for canvas fractals and bouncing partials to analyze loops.