Let\'s say I have a function like this:
const getPlayer = (id) => { return players[id;] } //-------------------------- const client = getPlayer(9);