Last active
July 10, 2023 20:49
-
-
Save wraithgar/3f590e85f969c0027fa36e1fac5e4f01 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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