Advertisement
Guest User

Untitled

a guest
May 16th, 2018
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     var cat = {
  2.         color:"",
  3.         price:"",
  4.         weight:"",
  5.         id:"",
  6.         legs:"",
  7.     };
  8.  
  9.     var dog = {
  10.         color:"",
  11.         price:"",
  12.         weight:"",
  13.         id:"",
  14.         legs:"",
  15.     };
  16.  
  17.     var spider = {
  18.         color:"",
  19.         price:"",
  20.         weight:"",
  21.         id:"",
  22.         legs:"",
  23.     };
  24.  
  25.     var zebra = {
  26.         color:"",
  27.         price:"",
  28.         weight:"",
  29.         id:"",
  30.         legs:"",
  31.     };
  32.  
  33.     var rat = {
  34.         color:"",
  35.         price:"",
  36.         weight:"",
  37.         id:"",
  38.         legs:"",
  39.     };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement