yassh / yassh-plus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yassh-plus

Installation

npm install yassh-plus

Usage

const plus = require('yassh-plus');

console.log(plus(1, 1)); // => 2
console.log(plus(1, 2)); // => 3
console.log(plus(7, 9)); // => 16

About


Languages

Language:JavaScript 100.0%