How to switch two arguments of a function.
function testFunction (foo, bar) { }
function testFunction (bar, foo) { }