Skip to content

Commit

Permalink
Update 3-largest_prime_factor.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshh123 committed Oct 11, 2020
1 parent 6cd0907 commit 5e45f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3-largest_prime_factor.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ let primeFactors = []

let generatePrimeFactors = (number) => {

// Qutiient keeps track of result after division
// Quotient keeps track of result after division
let quotient = number

/* If Even, keep dividing by two */
Expand Down

0 comments on commit 5e45f5e

Please sign in to comment.