Skip to content

Old school common functions as palidrom word, vowels in a word, bubble ordering, fibonacci series

Notifications You must be signed in to change notification settings

mherrera05/old-school-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Old School Functions

Build Status Coverage Status Codacy Badge npm

This package contains some old school and common methods.

Methods:

  • Palindrome
  • Fibonacci Serie
  • Vowels in word
  • Bubble Ordering
  • Recursive Factorial

Usage:

Step 1:

Add this package using npm or yarn.

npm install old-school-functions

or

yarn add old-school-functions
Step 2

Include this dependency in your code.

var functions = require('old-school-functions');
functions.palindrome(word);

Author:

About

Old school common functions as palidrom word, vowels in a word, bubble ordering, fibonacci series

Resources

Stars

Watchers

Forks

Packages

No packages published