Foobar Problem - Javascript Algorithms - Learn to code free

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ม.ค. 2025

ความคิดเห็น • 3

  • @TheIndianDev
    @TheIndianDev 3 ปีที่แล้ว +1

    👌✌

  • @gamershome1100
    @gamershome1100 3 ปีที่แล้ว +1

    Now Regular Videos 🤩👍🏻

  • @137dylan
    @137dylan 3 ปีที่แล้ว

    Your solution has an error; you missed off the equality checker on the 5 else if statement.
    [...Array(200).keys()].map((element) => element + 1).forEach((element) => console.log((element % 5 ? '' : 'Foo') + (element % 7 ? '' : 'Bar') || element))