Skip to content

Instantly share code, notes, and snippets.

@SageOfCode
Last active July 16, 2020 04:16
Show Gist options
  • Save SageOfCode/50d0179f483d196e4959bd113a80fb57 to your computer and use it in GitHub Desktop.
Save SageOfCode/50d0179f483d196e4959bd113a80fb57 to your computer and use it in GitHub Desktop.
Beginners Guide to understanding data types

Beginners Guide to understanding data types

By: A Beginner

A data type is simply an attribute of data.

To get started with data types you will need:

  1. A strong will
  2. A macbook
  3. An affinity for Googling
  4. A box of kleenex for once the tears start

Common data types can include:

  • Integer
  • String
  • Boolian
  • Floating-point number
  • Character

I hope this helped to explain different data types.

Keep up the great work!

Here's Pikachu and Eevee: alt text

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