mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): correct console.log numbering in build a calculator workshop Step 19 instructions (#64009)
This commit is contained in:
+2
-2
@@ -9,9 +9,9 @@ dashedName: step-19
|
||||
|
||||
In the final step of the workshop, you will need to test out your `calculateSquareRoot` function.
|
||||
|
||||
Add a second `console.log` that calls the `calculateSquareRoot` function with the argument of `25`.
|
||||
Add a first `console.log` that calls the `calculateSquareRoot` function with the argument of `25`.
|
||||
|
||||
Then, add a third `console.log` that calls the `calculateSquareRoot` function with the argument of `100`.
|
||||
Then, add a second `console.log` that calls the `calculateSquareRoot` function with the argument of `100`.
|
||||
|
||||
And with those changes, your calculator app is complete!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user