4
spacem
7y

Just had to debug this javascript bug. Not sure if I should get a better keyboard or only use strongly typed languages.

if(rating.upperBouds > maxRating) {
// this code never runs no matter what value I give to upperBounds
}

Comments
Add Comment