fizzbuzz challenge using TDD
-
Updated
Jan 5, 2023 - JavaScript
fizzbuzz challenge using TDD
Desafios de algoritimos desenvolvidos em JavaScript
Cementing my foundation and test skills on FizzBuzz Javascript 📚
A simple FizzBuzz problem implementation in js with a set of Jest tests.
This is the simple FizzBuzz game revisitated with some personalized function! Enjoy it!
Função de estudo para o teste FizzBuzz
FizzBuzz problem completed
Esta prueba consiste en escribir un pequeño programa que imprima los números del 1 al 100, pero que cuando el número sea múltiplo de 3, imprima la palabra “Fizz”; para múltiplos de 5 deberá imprimir “Buzz”, finalmente cuando el número sea múltiplo de 3 y de 5, deberá imprimir “FizzBuzz”.
My solution to the FizzBuzz Challenge 👩🏽💻
FizzBuzz game in pure JavaScript
Fizzbuzz API CRUD con TDD usando Jest y supertest | Práctica 1, Parte 2 de la semana 4 | LaunchX
Code I've written for the Programming & Problem Solving course in the Integrated Science and Technology (ISAT) concentration, taken in Spring 2020 at JMU.
Add a description, image, and links to the fizzbuzz-javascript topic page so that developers can more easily learn about it.
To associate your repository with the fizzbuzz-javascript topic, visit your repo's landing page and select "manage topics."