-
I liked your FizzBuzz solution. It's very DRY and straight forward. I particularly liked the use of the switch statement. I used if/else in mine but am now rethinking that decision because I think …
-
Why? Beautiful solutions. For example, FizzBuzz:
```
-1 string{(2 sv 0=x mod/:5 3)'[x;`Fizz;`Buzz;`FizzBuzz]}1+til 100;
```
How? Slightly tricky. Proprietary language. But librarian@kx.com might…
-
Two of the major cloud providers are about to release cloud-native FizzBuzz clones that are API-compatible with our stuff. Looks like they're using a lot of our open-core components in their backends.…
-
https://github.com/hueckert/js-arrays-lab/blob/a8a5cfe3651e3b1876abe4d7cf8410d2dd424213/app.js#L186
Great job! Here's a way to solve it with one forEach .
`nums.forEach(num => {
if (num % 3…
-
-
fizzbuzz 기능이 불완전합니다.
15의 배수에서만 fizzbuzz를 출력하고 있습니다.
이에 대해 솔루션이 있으신가요?
(edited)
-[] 파괴
-[] 몰라
-
Hello! @DaffaTakarai I want to work on this issue. Please assign this issue to me.
-
-
-