Skip to content

muhamad-andhika-bagaskara/Fizzbuzz-and-Palindrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fizzbuzz-and-Palindrome

Table of contents

  1. Introduction
  2. Installation
  3. Usage
  4. Additional Packages

1. Introduction

This program was created to fulfill the application calls. I need to make a program that can show a function about FizzBuzz and Palindrome.

The following is an explanation of the program that has been made.

FizzBuzz

Fizz buzz is a group word game for children to teach them about division. Players take turns to count incrementally, replacing any number divisible by three with the word 'fizz', and any number divisible by five with the word 'buzz', and any number divisible by both 3 and 5 with the word 'fizzbuzz'. More on wikipedia.

Palindrome

Palindromes are words, phrases, numbers, or other sequences that can be read the same both forward and backward. More on wikipedia.

2. Instalation

To install this program, perform the following steps:

  1. Clone this repository using Git: git clone https://github.com/muhamad-andhika-bagaskara/Fizzbuzz-and-Palindrome.git
  2. Enter the program directory: cd Fizzbuzz-and-Palindrome
  3. Install dependencies: npm install

3. Usage

To run this program, use the following command

npm start

4. Additional Packages

  1. prompt

About

Project requirements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages