Skip to content

Instantly share code, notes, and snippets.

@wraithgar
Last active July 10, 2023 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wraithgar/3f590e85f969c0027fa36e1fac5e4f01 to your computer and use it in GitHub Desktop.
Save wraithgar/3f590e85f969c0027fa36e1fac5e4f01 to your computer and use it in GitHub Desktop.
const breads = [
['toast','pieces of toast'],
['muffin','muffins'],
['teacake','teacakes'],
['bun','buns'],
['bap','baps'],
['baguette','baguettes'],
['bagel','bagels'],
['croissant','croissants'],
['crumpet','crumpets'],
['pancake','pancakes'],
['potato cake','potato cakes'],
['hot cross bun','hot cross buns'],
['flapjack','flapjacks'],
['waffle','waffles'],
['cheese and ham breville','cheese and ham brevilles'],
['toasted teacake','toasted teacakes'],
['brioche','brioches'],
['cornbread','pieces of cornbread'],
['yeast bread','yeast breads'],
['flat bread','flat breads'],
['sweet bread','sweet breads'],
['fruit bread','fruit breads'],
['rye','ryes'],
['soda bread','soda breads'],
['breadstick','breadsticks'],
['burger bun','burger buns'],
['chapati','chapatis'],
['ciabatta','ciabattas'],
['cracker','crackers'],
['crepe','crepes'],
['donut','donuts'],
['pan au chocolate','pans au chocolate'],
]
const numbers = [
'a couple',
'a few',
'two',
'three',
'four',
'five',
'six',
'half a dozen',
'seven',
'eight',
'nine',
'ten',
'eleven',
'a dozen',
'twelve',
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment