https://github.com/nickrigby/helpscout-screener
https://github.com/nickrigby/helpscout-screener
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nickrigby/helpscout-screener
- Owner: nickrigby
- Created: 2020-12-31T14:30:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-03T15:02:21.000Z (over 4 years ago)
- Last Synced: 2025-01-11T02:12:42.756Z (4 months ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Help Scout Screener
Hey there Help Scout! Here's a simple little function, `strStartsWithUppercaseLetter`, that checks if the first letter of a string contains an uppercase letter A-Z.
## Example usage
```javascript
import { strStartsWithUppercaseLetter } from "./index";if (strStartsWithUppercaseLetter("Help Scout")) console.log("Aw yeah, you did it buddy!");
```## Steps to test
- Pull down repository
- Run `npm install`
- Run `npm run test`