inspect-js / inspect-js/is-callable
Missing examples
Open
Beginner friendly
- Dominant language
- JavaScript
- Stars
- 41
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Need new lines at the end of the README examples block:
```js
assert.ok(isCallable(Function(''));
assert.ok(isCallable(new Function);
assert.ok(isCallable(new Function(''));
assert.ok(isCallable(new Function([], ''));
```
Contributor guide
Research direction
Open the README and locate the examples block. Add the requested callable-function examples at its end, then check that the example block is valid JavaScript and matches the issue's intended cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 62/100