a-synchronous / a-synchronous/rubico

rubico/x/startsWith

Open
#167 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
283
Forks
17
PR merge metrics
No merged PRs in 30d

Description

```coffeescript
startsWith(prefix string)(value string) -> boolean
```
Determine whether a string starts with a prefix.

```javascript
console.log(startsWith('h')('hey')) // true
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.