arthurvr / random-letter

Get a random letter from the English alphabet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

random-letter Build Status

Get a random letter from the English alphabet

Install

$ npm install --save random-letter

Usage

const randomLetter = require('random-letter');

randomLetter();
//=> 't'

randomLetter();
//=> 'a'

randomLetter();
//=> 'r'

License

MIT © Arthur Verschaeve

About

Get a random letter from the English alphabet

License:MIT License


Languages

Language:JavaScript 100.0%