Skip to content

fizzbuzz-npm/general-concat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

general-concat

Concat variables together

Usage

const concat = require("general-concat");
console.log(concat("hello", " ", "world")); //Prints "hello world"
console.log(concat(-0, 5)); //Prints "-05"

About

Concat variables together

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published