group.students.forEach(function(student) {
alert(group.title + ': ' + student);
})
$('.first,.second').on('click', toggleClass('active'));
.test {
min-width: 100px;
min-height: 100px;
border: 1px solid red;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}