Products
Checkout
Split Payout
Loyalty
Gift Cards
API
Partners
Pricing
Checkout
Split Payout
Quickr (KYC / AML) ↗
Contact us
Sign in
Get started
Products
Checkout
Split Payout
Loyalty
Gift Cards
API
Partners
News
About
Pricing
Support
Get started
Call sales +47 22 34 34 54
Sign in
Norsk
Svenska
English
Oh no!
Seems like you got that wrong.
Try the challenge again
const
foo
=
[
13
,
45
,
3
];
function
bar
(elem, i) {
const
baz
=
elem
+
i;
if
(
baz
%
2
==
0
) {
return bar
(
baz
, i
+
1);
}
return
elem
-
1
;
}
const
code
=
foo
.
map
(
bar
).
join
(
""
);
open
(
"https://dintero.com/careers/"
+
code
);