1
I’m doubtful, actually I don’t even remember how to speak/write this however, I need to pass a default value in the parameter, so it would be like this:
function umvalor(valor = null)
For if I pass a value it will assume this value, if not its default value will be null.
How to do this in javascript, if you have ne.