Summary: Today we started by doing out code review for Turtle Challenge #15
Homework:
- Four Function Calculator App (due Thursday)
- Extra Credit: Turtle Challenge #15 only using the move command (due Friday)
Summary: Today we started by doing out code review for Turtle Challenge #15
Homework:
Summary: Today we discussed “The Internet is for Everyone: Challenge #1“.
Spreadsheets Data (Mobile and Fixed)
Mobile | Fixed |
cable.com.uk | broadbandsearch.net |
broadbandsearch.net | todaytesting.com |
worldpopulationreview.com | cable.co.uk |
statista.com |
Homework:
Summary: Today we took some notes and practiced with variables…
var x; //Create a variable named x
x=5; //Assign the value 5 to the variable
x=x+2 //Add two to the variable. The variable x now holds the value 7
x=x+" Up" //Append (aka Concatenate) the string " Up" to the variable.
console.log(x); //Will print "7 Up" to the console.
Homework: Unit 4 Lesson 2 Bubbles 1-7 (due Monday), Turtle Challenge #15 (due Monday)
Summary: For bellwork please read this very short history of debugging, and a little bit about Grace Hopper.
Homework: see above
Summary: Today we worked on building our quiz app (due Tuesday).
Homework: Turtle Challenge #14, Quiz App
Summary: Today we started to play with the Design Mode in AppLab
Homework: Unit 3 Lesson 2 Bubble 1-6, Turtle Challenge #14 (due Tuesday)
Summary: Today’s activity.
Homework: …
Summary: Today’s Activity.