help of native function should return something
Open
experiment
- Dominant language
- JavaScript
- Stars
- 507
- Forks
- 45
- Avg merge
- 11h 22m
- Merged PRs (30d)
- 4
Description
If you call `help` on JavaScript function, it should do something like short message that only lips functions have docs.
e.g.:
```scheme
(help setTimeout)
;; ==> "this is a native function, no docs available"
```
Contributor guide
Research direction
Start at the implementation of the `help` entry point and trace how `(help setTimeout)` handles a native JavaScript function. Check whether existing help-related tests cover functions without documentation; done means native functions return a short, consistent message rather than producing no result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100