I have the following function:
function criarDataset(field, constraint, sorFields)
{
totalTarefasAtrasadas = buscarTarefasAtrasadas();
function buscarTarefasAtrasadas()
{
usuario = constraints[0].finalValue;
return = 6;
}
}
Can the user variable receive the value of the constraints
parameter of the main function?