DEV Community

Discussion on: [Challenge] 🐝 FizzBuzz without if/else

Collapse
 
nombrekeff profile image
Keff

Neat solution, thanks for sharing it!

Is there a reason you use t.call() instead of calling the function directly t()?