11/18/24 – The Internet is for Everyone: Challenge #1 (Affordability)

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:

11/15/24 – Intro to Variables

Summary: Today we took some notes and practiced with variables…

  1. var x; //Create a variable named x
  2. x=5;   //Assign the value 5 to the variable
  3. x=x+2  //Add two to the variable. The variable x now holds the value 7
  4. x=x+" Up" //Append (aka Concatenate) the string " Up" to the variable.
  5. 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)

11/13/24 – Quiz App Show and Tell

  • Turtle Challenge #14
  • Quiz Apps Gallery
    • Check out other people’s apps
    • Leave comments in the spreadsheet linked above
    • Turn in your “Design Specification” (Blueprint) sheet.
  • Mx. Epstein’s Quiz App (CA-18)
    • Check out Mx. Epstein’s Quiz App
    • Notice and Wonder: Asks questions about the app
    • “Fix” the app so that the restart button resets things appropriatly
    • Submit your fixed version here.