[RFC]: add @stdlib/array/base/join
#1327
Labels
Accepted
RFC feature request which has been accepted.
difficulty: 2
May require some initial design or R&D, but should be straightforward to resolve and/or implement.
Feature
Issue or pull request for adding a new feature.
Good First Issue
A good first issue for new contributors!
JavaScript
Issue involves or relates to JavaScript.
priority: Low
Low priority concern or feature request.
RFC
Request for comments. Feature requests and proposed changes.
Utilities
Issue or pull request concerning general utilities.
Description
This RFC proposes adding the package
@stdlib/array/base/join
.The package should have a structure similar to
@stdlib/array/base/slice
and should similarly check for the existence of ajoin
method. If not present, the function should manually construct the output string and similarly treatnull
andundefined
as an empty string (see MDN).The
separator
argument should be required.Package:
@stdlib/array/base/join
Alias:
join
.Related Issues
None.
Questions
No.
Other
No.
Checklist
RFC:
.The text was updated successfully, but these errors were encountered: