aureooms/js-skip-list

View on GitHub
src/Node.js

Summary

Maintainability
A
35 mins
Test Coverage
A
100%

Function Node has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    key = undefined,
    down = null,
    left = null,
    right = null,
    up = null,
Severity: Minor
Found in src/Node.js - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status