Skip to content

mtthwn/add4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Add4

Usage

Provide an integer that you would like to add 4 to. The function returns a string if an invalid variable is submitted.

  const add4 = require('add4');

  const test = add4(4);

  console.log(test) // Prints 8 to the console

Purpose

Getting started with publishing NPM packages

About

Adds 4 to a given integer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published