Skip to content

RachelKoldenhoven/fundamentals-day-1

Repository files navigation

fundamentals-day-1

Objectives:

  1. Write functions that include a conditional, a loop, and 2 variables
    • Predict the result of a JavaScript expression
    • Compare console.log() and return in JavaScript

Instructions

  1. Start with the file 10_variables. Type node in your console to access the node REPL. Copy and paste the code snippets into the REPL. Predict the results before pressing enter.
  2. When you finish all the numbered files, create a tic-tac-toe game with JavaScript. To play your game, open index.html in your browser.

Resources:

Expressions:

Functions:

Functions with conditionals:

Functions with loops:

Arrays:

Objects:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published