Skip to content

Bugs and hide  #9

@inspecta

Description

@inspecta

Hello Olivier, great work with your JavaScript code. I have however some suggestions that might help you ease your coding process

  • I would suggest you avoid using negations in your conditional statements as they might confusing at times
    if (!emailRegex.test(email.value)) {
  • You also seem to have more than one blank lines in the code. Please avoid this as it will cause you linter errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions