How to switch two arguments of a function.
Start file
function testFunction (foo, bar) {
}
End file
function testFunction (bar, foo) {
}
1c1
< function testFunction (foo, bar) {
---
> function testFunction (bar, foo) {
Unlock
17 remaining solutions by
signing in and submitting your own entry
667 active golfers, 2152 entries
13
07/08/2014 at 09:32PM
14
07/08/2014 at 09:15PM
14
07/08/2014 at 09:20PM
14
07/08/2014 at 09:30PM
14
07/08/2014 at 09:45PM
15
07/08/2014 at 07:49PM
15
07/08/2014 at 09:03PM
15
07/08/2014 at 09:04PM
15
07/08/2014 at 09:04PM
16
07/08/2014 at 07:23PM
16
07/08/2014 at 07:25PM
17
07/08/2014 at 07:39PM
19
07/08/2014 at 07:22PM
20
07/08/2014 at 07:11PM
20
07/08/2014 at 07:16PM
20
07/08/2014 at 07:48PM
23
07/08/2014 at 07:08PM