Advertisement
Guest User

Untitled

a guest
May 25th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.   state: [{
  2.     pastList: [
  3.       {
  4.         name: 'Past Simple',
  5.         claim_content: 'adin',
  6.         negation_conent: 'dwa',
  7.         question: 'tri'
  8.       },
  9.       {
  10.         name: 'Past Continues',
  11.         content: 'PastContinuesCONETENT'
  12.       },
  13.       {
  14.         name: 'Past Bla',
  15.         content: 'PAST BLALSLAD cCONNENTETTE MACHEN'
  16.       }
  17.     ],
  18.  
  19.     presentList: [
  20.  
  21.     ],
  22.  
  23.     futureList: [
  24.  
  25.     ]
  26.   }]
  27. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement