Hi

How to create Object Key


 
var list = {
    key1: "val1",
    key2: "val2",
    key3: "val3",
    key4: null
  };

Now i got Answer : 


   1. Object
      1. key1:"val1"
      2. key2:"val2"
      3. key3:"val3"
      4. key4:null
   


but I need this type answer


   1. "test"
      1. key1:"val1"
      2. key2:"val2"
      3. key3:"val3"
      4. key4:null
   


How to create?


-- 
You received this message because you are subscribed to the Google Groups 
"Angular" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to