inspect-js / inspect-js/is-callable

Missing examples

Open Beginner friendly
#61 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.