Closed
Description
This task should implement a functional API for slicing a string based on UTF-16 code units.
The behavior should match the built-in String.prototype.slice
. However, all arguments should be required:
slice( str, start, end )
Related: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/string/base/for-each
Time estimate without AI: 4hrs
Time estimate with AI: 2-3hrs