I have two objects, and I want to return them permuted in JavaScript , that is, if I enter a and b as arguments, I return [b,a] , changing the order .
But I do not want a function that only returns the permuted result, bu...
asked by
08.07.2017 / 04:38