I have an issue with running a test on my files. Would love if someone more experienced could help me out here.
the following code gives me this error:
error Parsing error: Binding arguments in strict mode
return (...arguments) => {
if (something){
return [something]
}
arguments is a special variable.
Use a different name.
function (...args) {
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With