Home
Leaderboard
Product
About
CodeXly
JavaScript
•
beginner
•
basics
•
Sample
0s / 60s
c
o
n
s
t
s
u
m
=
(
a
,
b
)
=
>
a
+
b
;
c
o
n
s
o
l
e
.
l
o
g
(
s
u
m
(
5
,
3
)
)
;