๐ŸŽฏ Learning Targets

  • I can explain the difference between programming and markdown.
  • I can write and run JavaScript code in the console.
  • I can compare and contrast JavaScript with Scratch ๐Ÿ˜ธ.
  • I can identify essential features of JavaScript syntax.
  • I can define, identify, and distinguish between different datatypes.
  • I can define a conditional in programming.
  • I can write and evaluate conditionals in JavaScript.
  • I can declare variables and store information from a user in a variable.
  • By the end of today, you will be able to make something happen on your webpage.

    How do we feel so far?

    ๐Ÿ‘

    JavaScript

    A computer programming language commonly used to create interactive effects within web browsers.

    Markup

    example: HTML

    Using syntax to displaying information

    Descriptive

    โ€œThe ball is red: ๐Ÿ”ดโ€

    Programming

    ex. Scratch, Arduino, JavaScript

    Giving instructions given to a computer.

    Procedural

    โ€œTurn the ๐Ÿ”ด ball to blueโ€

    See the Pen JavaScript Lightbulb by S-K (@bsk) on CodePen.