Content deleted Content added
m you put spaces around the equals sign Tags: Mobile edit Mobile app edit iOS app edit |
be clear with the naming in your code Tags: Mobile edit Mobile app edit iOS app edit |
||
Line 1,462:
<syntaxhighlight lang="javascript+genshitext">
function gcd(
var
if (
return
return
}
console.log(gcd(60, 40)); // 20
|