The object is now inside of a Array

 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