Skip to content

Instantly share code, notes, and snippets.

@marc-morris
Created January 9, 2019 20:52
Show Gist options
  • Save marc-morris/eeda626516668b0cd285c0c2eafb5d16 to your computer and use it in GitHub Desktop.
Save marc-morris/eeda626516668b0cd285c0c2eafb5d16 to your computer and use it in GitHub Desktop.
lab arrays
const names = ['Chuckatoly', 'Allison', 'Alex', 'Nate', 'Rita', 'Nick', 'Julie', 'Kale', 'Matt', 'Brian', 'Bill', 'Derek', 'Jack', 'Julian', 'Daniel', 'Maggie', 'Chris', 'Marc', 'Jack', 'John', 'Mendy', 'Zach', 'Paulo', 'Gui', 'Ryan', 'Huanlei', 'Paul']
const ingredients = ['gorgonzola', 'jellybean', 'pimento cheese', 'mango chutney','salmon spread', 'rocky road ice cream', 'beer mustard', ' spicy cheese whiz', 'smoked oysters', 'lemon starburst', 'tiny pepperoni', 'zesty ranch', 'vegemite', 'swiss chard', 'grape jam', 'summer squash', 'water chestnut', 'ketchup', 'maple syrup']
const hobbies = ['juggling scimitars', 'crafting artisanal balloon sculptures', 'extreme couponing', 'playing the flugalhorn', 'talking like a pirate', 'using yo-yos as weapons', 'firebreathing', 'performing interpretive dance', 'playing tiddlywinks', 'forging epic swords', 'playing hopscotch', 'blasting zombies', 'riding waterslides', 'taking contemplative walks on the beach', 'listening to 80s music', 'flying stunt kites', 'making decoupage projects', 'kicking hackey-sacks', 'folding origami birds', 'collecting antique dental tools', 'pretending to be an astronaut']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment