peacelovecookies/frontend-project-lvl2

View on GitHub
src/diff.js

Summary

Maintainability
A
30 mins
Test Coverage

Avoid too many return statements within this function.
Open

        return {
          name: node, oldValue: tree1[node], newValue: tree2[node], type: 'changed',
        };
Severity: Major
Found in src/diff.js - About 30 mins to fix

    There are no issues that match your filters.

    Category
    Status