Skip to content

Instantly share code, notes, and snippets.

@peytonjo
Last active July 3, 2020 00:02
Show Gist options
  • Save peytonjo/543e0934d73bfecb4b4b7b8d964fabe7 to your computer and use it in GitHub Desktop.
Save peytonjo/543e0934d73bfecb4b4b7b8d964fabe7 to your computer and use it in GitHub Desktop.
session 1 homework: practice tasks

H1 Dogs

Dogs

H2 Breeds

  1. Doberman

    • large breed
    • short hair
    • coat colors vary
  2. Golden Retriever

    • large breed
    • long hair (HEAVY SHEDDING)
    • typically gold, brown, white, or cream.
  3. Shih tzu

    • Small Breed
    • varies
    • multiple

    string: "this is string data type"

    integer: 2,4,7,9 (any whole number positive or negative)

    float: 53.6,6.8,-9.6

    (floats are decimals and fractions)

    boolean: true or false

    array: [1,2,3] or ["bob","tod","ray"]

    object: {dog: 'woof'}

    "class is dogs instance is breed (doberman, golden retiever, shih tzu) my attributes are size, hair,color"

var shihtzu = "the cutest dog breed"

There are many types of dogs with many different demeanors when choosing a puppy be sure to do research

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment