Skip to content

Instantly share code, notes, and snippets.

View brycemara's full-sized avatar

Bryce Mara Jarrett brycemara

View GitHub Profile

Begginers Guide to Data Types

by Bryce Mara Jarrett

  1. First data type: String
  • any kind of text with quotes around it
  • example: .quote.hello my name is bryce.quote.
  1. Second data type: Integer
  • any positive whole number
  • example: 1, 2, 4
@brycemara
brycemara / mod_0_session_1_practice_tasks.md
Last active July 21, 2020 02:52 — forked from damwhit/mod_0_session_1_practice_tasks.md
Mod 0 Session 1 Practice Tasks

Session 1 Practice Tasks

The assignments listed here should take you approximately 60 minutes.

To start this assignment, click the button in the upper right-hand corner that says Fork. This is now your copy of the document. Click the Edit button when you're ready to start adding your answers. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

1. Markdown (20 min)

Markdown is the format all of your homework gists are written in.

Using this markdown cheatsheet, create a new gist of your own by clicking the New Gist button in the upper right-hand corner of the screen. Create a "Beginners Guide to data types" documenting your data types knowledge so far using Markdown.