For JS If you need to know the inputs just add console.log to your code. For example: function testFunction(values){ console.log(values) ...you code... return ... }
This comment is hidden because it contains spoiler information about the solution
i like it shorter than my code.
Loading collection data...
For JS If you need to know the inputs just add console.log to your code.
For example:
function testFunction(values){
console.log(values)
...you code...
return ...
}
This comment is hidden because it contains spoiler information about the solution
i like it shorter than my code.