old-school-functions
v1.1.0
Published
Common basic function palindrome, fibonacci, vowels-in-word
Downloads
3
Readme
Old School Functions
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:
- Miguel Herrera [email protected]