A package that exports the uppercase letter J
npm install @uppercase-letters/jbash
npm install @uppercase-letters/j
`
Usage
Import this package to use the letter in your application without hardcoding strings.
`javascript
const uppercaseJ = require('@uppercase-letters/j')
console.log(uppercaseJ) // Output: "J"
``