Tag: coding

  • Problem Solving With JS: The FizzBuzz Test

    Problem Solving With JS: The FizzBuzz Test

    An interesting article I came across recently talked about the use of FizzBuzz, a programming test question often employed in interviews. The essential question is something to the tune of: Write a loop that runs from 1 to 100. For every number that is divisible by 3, log Fizz to the console. For every number […]