Join call


15
16
18
19
20
21
22
23
24
const team = {
'Ian': 'Product',
'Mike': 'Code',
'Valerie': 'Support',
'Nick': 'Design',
'Mitya': 'Business',
};
layout(randomize(team));