Gazler/githug

View on GitHub
levels/cherry-pick/hardcore-math.js

Summary

Maintainability
A
0 mins
Test Coverage
for(var i = 0; i < 10; i++) {
    console.log(42 * i);
}