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'

Readme

Keywords

none

Package Sidebar

Install

npm i func-pp06

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

1.81 kB

Total Files

3

Last publish

Collaborators

  • pp06121992