Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.33 KB | None | 0 0
  1. var maCollection = [
  2.     {
  3.         nom: 'Livre1',
  4.         categorie: 'Fiction',
  5.         photo1: 'Livre1.jpg',
  6.         photo2: 'Livre2.jpg',
  7.         photo3: 'Livre3.jpg',
  8.         description: 'Description du livre',
  9.         avis: 'très bon',
  10.         date: '25/12/2018',
  11.         langue: 'français',
  12.     },
  13.     {
  14.         2eme objet....
  15.     },
  16.     {
  17.         3eme objet....
  18.     }
  19. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement