UNPKG
geta
Version:
latest (1.10.6)
1.10.6
1.8.6
1.8.5
Helpful tool for getting lower and uppercase of the letter a.
github.com/funnbot/a
funnbot/a
geta
/
test
/
test.js
10 lines
(6 loc)
•
202 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
a =
require
(
"../index.js"
);
const
lower = a.
GetLetter
();
console
.
log
(
"Lower Case: "
+ lower);
const
uppercase =
true
;
const
upper = a.
GetLetter
(uppercase);
console
.
log
(
"Upper Case: "
+ upper);