Skip to content

Instantly share code, notes, and snippets.

View vpryim's full-sized avatar

Vasyl Pryimachuk vpryim

View GitHub Profile

TodoMVC React

// module: YearAssesment
var _ = require('underscore');
function shouldBePromoted(assignments, minimumPassingPercentage) {
if (!minimumPassingPercentage) {
minimumPassingPercentage = 0.6;
}
return _.compose(