Skip to content

Commit

Permalink
update README to fit the new requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Oluwasetemi committed Mar 4, 2024
1 parent ff57904 commit 24eb126
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AltSchool Assignment

Complete any two out of the three challenges. See below for details of each challenge.
Complete all the three challenges. See below for details of each challenge.

## Javascript Fluency Assignment

Expand All @@ -15,4 +15,10 @@ Complete any two out of the three challenges. See below for details of each chal
### Challenge - 3

> In `src/assignment.js`, implement the `celsiusToFahrenheit` function. Convert the array of numbers representing temperatures in Celsius, to an array of temperatures in Fahrenheit. Decimal figures in the converted values in Fahrenheit should be removed. E.g 51.21 should just be 51 (hint: Math.trunc(...) function)
See https://www.thoughtco.com/celcius-to-farenheit-formula-609227 for the conversion formula. If you did Challenge - 3, remove the comment in the line just after the `celsiusToFahrenheit` function, otherwise leave the comment.
See <https://www.thoughtco.com/celcius-to-farenheit-formula-609227> for the conversion formula. If you did Challenge - 3, remove the comment in the line just after the `celsiusToFahrenheit` function, otherwise leave the comment.
#### How to attempt and submit the assignment

Clone the template repo and follow the instructions religiously. Committing and pushing your changes with trigger an automatic submission using GitHub Action.

**Don't send the instructor a slack message if you get an email say something failed, please understand your test is failing hence why you are getting the mail.**

0 comments on commit 24eb126

Please sign in to comment.