Skip to content

Instantly share code, notes, and snippets.

@zachgoll
Created December 24, 2020 23:37
Show Gist options
  • Save zachgoll/d16a9fb17a72622184e7a57daf21f514 to your computer and use it in GitHub Desktop.
Save zachgoll/d16a9fb17a72622184e7a57daf21f514 to your computer and use it in GitHub Desktop.
const numbersArray = [10, 20, 30, 40];
const stringArray = ['red', 'green', 'blue'];
const booleanArray = [true, true, false];
const mixedArray = [true, 'red', 10];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment