Skip to content

Improved JSLint Compliance and Created Math Algorithms #88

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Aug 7, 2019

Conversation

PatOnTheBack
Copy link
Contributor

@PatOnTheBack PatOnTheBack commented Jun 27, 2019

I modified the whitespace in the files and changed single quotes to double quotes.

I also changed some == and != operators to === and !== to comply with JSLint.

I added some algorithms to the new 'maths' folder. (Sorry, I did not mean to include the maths algorithms in the smae PR).

I modified the whitespace in the files and changed single quotes to double quotes.

I also changed some `==` and `!=` operators to `===` and `!==` to comply with JSLint.
- Created find_lcm.js
- Created maths folder
@PatOnTheBack PatOnTheBack changed the title Fixed Whitespace, Operators, and Quotes to Comply with JSLint Improved JSLint Compliance and Created Math Algorithms Jul 1, 2019
This program calculates and displays the factorial for a user-input number.
@PatOnTheBack
Copy link
Contributor Author

PatOnTheBack commented Jul 2, 2019

This PR addresses issue #14

Added:

  • average_mean
  • factorial
  • find_lcm
  • abs

Copy link
Member

@yanglbme yanglbme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @PatOnTheBack

@yanglbme yanglbme merged commit 71bbd07 into TheAlgorithms:master Aug 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants