Suppose we have the following object :
var possibility ={
object 1
object 2
object 3
};
how can i add 4th object within "possibility" object,structure of that 4th object is like :
var status = {
name : "lalala",
text : "blabla"
};
Suppose we have the following object :
var possibility ={
object 1
object 2
object 3
};
how can i add 4th object within "possibility" object,structure of that 4th object is like :
var status = {
name : "lalala",
text : "blabla"
};