Skip to content

MouhibBahri/JavaScript-Password-Generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

A simple JavaScript password generator with options for uppercase letters, numbers, and symbols.

Unit Tests

  • arrayFromLowToHigh – returns ordered number arrays and handles invalid ranges
  • generatePassword – returns strings of correct length, includes requested character types

Coverage

All pure functions are fully tested, achieving 100% coverage:

100% Coverage

Run Tests

npm install
npm run test
npm run test:coverage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 66.4%
  • HTML 17.0%
  • CSS 16.6%