The object is now inside of a Array
var list = [{
username : "hera";
password: `123;
},
{
username : "hera";
password: `123;
}
}]; // write now check in console.......list
The object is now inside of a Array
var list = [{
username : "hera";
password: `123;
},
{
username : "hera";
password: `123;
}
}]; // write now check in console.......list
Comments
Post a Comment