1.1.0 • Published 6 years ago

old-school-functions v1.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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:

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago