Skip to content

Karau1218/Homework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Homework

<title>Calculating Primes</title> <script src="scripts/primes_module.js"></script> <script src="scripts/informal_tests.js"></script> <script src="scripts/calculations.js"></script>

Enter a number to analyze!

Number: Analyze!

<fieldset>
    <legend>Prime Status</legend>
    <p id="prime-status"></p>
</fieldset>
<fieldset>
    <legend>Factors</legend>
    <ul id="factors"></ul>
</fieldset>

Generate primes!

Low: Generate!
High:

<fieldset>
    <legend>Primes</legend>
    <ul id="primes-list"></ul>
</fieldset>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors