func-pp06

1.0.0 • Public • Published

func-pp06

A Node.js module with functions for func-pp06 and more.

Installation

You can install this module via npm: npm install func-pp06

Usage

const fizzbuzz = require('fizzbuzz-magic');

// Check if a number is prime
console.log(fizzbuzz.isPrime(7)); // true

// Print FizzBuzz up to a certain number
fizzbuzz.fizzBuzz(15);

// Reverse a string
console.log(fizzbuzz.reverseString('hello')); // 'olleh'

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.00latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.00

Package Sidebar

Install

npm i func-pp06

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

1.81 kB

Total Files

3

Last publish

Collaborators

  • pp06121992