array or arrays
var items = [
['alice','bob', 'emma', 'isabella'],
['emma','sofia', 'alice', 'bob'],
['bob','emma', 'alice']
];
how to map items in concrete order ['alice','emma','bob', ..other]
every array can have items like alice, bob and emma
and other