DEV Community

Vedat Sözen
Vedat Sözen

Posted on

How to add new object to an array ?

Hi to all developers.
I am trying to add new object that is created with values by taking from user to an array.

For example.

User will input web site name and url.
this will be an object.
I will add every new website with name and url to an array.
How can i do this ?
Help ?

Top comments (0)