I would like to create a class called "group" and within that class have an array of obects ("members')... Each member has two properties... name and id...

Here's my problem...

I am not sure how I would keep the array of member objects within the Group object...

And what is the syntax for the constructor of a new member?

Thanks,

Squirrelly1