( ! ) Notice: Undefined index: description in /home/prototurk.com/public_html/app/controller/demo.php on line 171 Call Stack # Time Memory Function Location 1 0.0001 361088 {main}( ) .../index.php:0 2 0.0029 442936 require( '/home/prototurk.com/public_html/app/controller/demo.php' ) .../index.php:101
const users = [
{ name: "Tayfun Erbilen", age: 27 },
{ name: "Mehmet Seven", age: 27 }
];
users.push({
name: "Gökhan Kandemir",
age: 30
})
console.log(users)