Skip to content

Arikato111/find-grade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

find-grade

Github License GitHub Package.json Version GitHub Issues GitHub Pull Requests GitHub Contributors repo size

random one or many text

Installing

Install with NPM

npm install find-grade

or install with Yarn

yarn add find-grade

Example

with import

import findGrade from "find-grade";

let score = 60;
let result = findgrade(score);
console.log(result);
// output = 2

with require

const findGrade = require("find-grade").default;

let score = 60;
let result = findgrade(score);
console.log(result);
// output = 2

Releases

No releases published

Packages

No packages published