tolulope-od/banka

View on GitHub
www/js/createBankAccount.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function handleAccountSubmit has 57 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const handleAccountSubmit = () => {
  para.innerHTML = '';
  if (selected.value !== '') {
    text = document.createTextNode(`Creating your account....`);
    para.appendChild(text);
Severity: Major
Found in www/js/createBankAccount.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status