-
-
Notifications
You must be signed in to change notification settings - Fork 616
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
Improve Concept Exercise: Freelancer Rates #1472
Conversation
Added arithmetic-operators to concepts as well as concepts for freelancer-rates. uuid not yet added
Co-authored-by: June <[email protected]>
…rcism-javascript into freelance-update
This would prevent learners from overlooking round up/down
Thank you for reviewing @junedev! I've incorporated all of your suggestions. |
@JaPatGitHub Thanks a lot for your ongoing effort to improve this exercise! The rounding section still had some typos that I fixed and I changed it so the link is on rounding and not on Math. In about.md I moved the content to the "Built-In object" section since Math is already mentioned there. See 98c7a70. Hope thats ok for you. |
(love this!!) |
My pleasure to work with you guys on this! |
As discussed in #1049, in this PR I've:
design.md
accordinglyMath.ceil
andMath.floor
inintroduction.md