I am ordering a related json in notes in undescore.js
{8.0 , 8,5 , 5,5 }
var asc = _.sortBy(oper, function(num) {
return num.nota;
});
8.8
6.0
5.5
10.0
0.0
How do I make him understand this?