Advertisement
beelzebielsk

madlib-objects.js

Jan 15th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const madLib = [
  2.   {
  3.     id: 0,
  4.     sentence:`Be kind to your [NOUN] -footed [NOUN-PLURAL]. For a duck may be somebody's [NOUN], Be kind to your [NOUN-PLURAL] in [PLACE]. Where the weather is always  [ADJECTIVE]. You may think that this is the [NOUN], Well it is.`
  5.  },
  6.  {
  7.    id: 1,
  8.    sentence: `[ADJECTIVE] Mcdonald had a [NOUN], E-I-E-I-O and on that [ANIMAL] he had an [ANIMAL], E-I-E-I-O with a [NOISE] [NOISE] here and a [NOISE] [NOISE] there,here a [NOISE], there a [NOISE] , everywhere a [NOISE] [NOISE], [ADJECTIVE] Macdonald had a [NOISE], E-I-E-I-O.`
  9.  },
  10.  {
  11.    id: 2,
  12.    sentence: `Roses are [COLOR] , [NOUN-PLURAL] are blue, [NOUN] is [ADJECTIVE] , and so are you.`
  13.  },
  14. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement