Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. const dbase=[
  2. {
  3. id:1,
  4. title: "Hello World",
  5. description: "Kuch Bhi h"
  6. },
  7. {
  8. id:2,
  9. title: "Hello India",
  10. description: "ye bhi Kuch Bhi h"
  11. },
  12. {
  13. id:3,
  14. title: "Hello Delhi",
  15. description: "ye to Kuch nhi h"
  16. },
  17. {
  18. id:25252,
  19. title:"",
  20. description:"",
  21. price:number,
  22. age-group:"",
  23. amazon_link:"",
  24. image_link:"",
  25. skills_tags:[array_item,item2,item3,item4],
  26. },
  27. ];
  28.  
  29. export default dbase;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement