11-15-2019, 03:32 PM
Hello guys, i was searching for how to remove data from array in javascript but i got nothing helpfull from google.
here is the array i created
added data in it by
now i want to delete this data by giving Worker age or by worker name, what should i do?
here is the array i created
Code: (Select All)
var Workers = [];
Code: (Select All)
var p = "dd", age = 55;
Workers.push({"Name": p, "worker-Age": age})