From 24eb12677bb1b149c1548fdb733a02d252517e42 Mon Sep 17 00:00:00 2001 From: Oluwasetemi Ojo Date: Mon, 4 Mar 2024 06:30:58 -0500 Subject: [PATCH] update README to fit the new requirement --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0903da..7a8a8bb 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 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.**