Skip to content

Instantly share code, notes, and snippets.

View clairefields15's full-sized avatar

Claire Fields clairefields15

View GitHub Profile
@clairefields15
clairefields15 / Claire_Fields_markdownPractice.md
Last active February 18, 2021 18:49
Claire_Fields_markdownPractice.md

Beginner's Guide to Data Types

Once you read this guide you will be well on your way to understanding the 4 different data types and how to use them in Javascript!

meme

1. String

  • A String is zero or more characters written within quotations.
  • Some examples of strings are:
    var favoriteFlower = "Rose"

Checklist/Rubric

Part I: Creating Directories and Files; Initializing Git and Pushing to GitHub

  • I named my directories correctly.
  • I named my files correctly.
  • I structured my files and directories correctly.
  • I made only one initial commit.
  • I pushed my initial commit to GitHub.

React Router Prework

This gist contains a short assignment I'd like everyone to complete before our formal lesson. The prework involves reading some of the React Router documentation, and will allow us to keep the lesson more hands on.

Instructions

  1. Fork this gist
  2. On your own copy, go through the listed readings and answer associated questions

You will not be turning this in; it's for your own understanding/learning/benefit 😁