Uncaught TypeError: data.push is not a function
To use the push function of an Array your var needs to be an Array. Change data{“name”:”ananta”,”age”:”15″} to following: The containing Array Items will be typeof Object and you can do following: var text = “You are ” + data[0]->age + ” old and come from ” + data[0]->country; Notice: Try to be consistent. In my example, … Read more