๐ Create a bound call where you can pass "this" context as an argument
constย boundย =ย ;ย constย toLowerCaseย =ย ;ย 'Hello'ย 'World';ย //ย ['hello',ย 'world']
Transpiled version
Environments which exclude node_modules from the transpiling pipeline should include the "browser" entry instead of "main". This exposes an ES5 commonjs module.
Also available for explicit import:
constย boundย =ย ;