Content
1 2 3 function isOdd(n, odd false) n Math.abs (n); if (n 0) return odd; return isOdd (n - 1, !odd) ; 5
HTTP 418: I'm a teapot
The server identifies as a teapot now and is on a tea break, brb
HTTP 418: I'm a teapot
The server identifies as a teapot now and is on a tea break, brb
1 2 3 function isOdd(n, odd false) n Math.abs (n); if (n 0) return odd; return isOdd (n - 1, !odd) ; 5