let obj = [
{
name: 'jame',
phone: 123456
},
{
name: 'alex',
phone: 456789
}
]
i'm creating app manager contact include functions .
- Input contact
- Delete contact
- Change contact
- Find contact
- Save and Exit
help me part 4