How can I get from x to y with Lodash? var x = [ {id: 22, location: 'Vienna'}, {id: 13, location: 'London'}, {id: 21, location: 'Paris'} ]; var y
Is there a method in lodash to map over an array of arrays I would like to do something like this so that it keeps the structure of the array. def double(x) {
I'm currently trying to make an ~execute command for my bot. This command will allow me to execute commands as other users, thereby allowing to provide better d