sdis-romain-module

0.0.3 • Public • Published

Installation

npm i sdis-romain-module

Utilisation

function uppercase(text) {
    return text.toUpperCase();
}

function reverse(text) {
    return text.split('').reverse().join();
}


console.log(uppercase("test"));
console.log(reverse("Romain"));

Readme

Keywords

Package Sidebar

Install

npm i sdis-romain-module

Weekly Downloads

1

Version

0.0.3

License

ISC

Unpacked Size

897 B

Total Files

4

Last publish

Collaborators

  • romain.gilot