8000
We read every piece of feedback, and take your input very seriously.
1 parent 6b0e0e5 commit 36e36b5Copy full SHA for 36e36b5
01_helloWorld/README.md
@@ -38,7 +38,7 @@ Go ahead and see if you can make the test pass by editing the return value of th
38
39
Just to make sure, in case you're confused at this point, the test is telling you that running the function `helloWorld` should return the phrase `Hello, World!`. Punctuation and capitalization definitely matter here, so double check that if the test still isn't passing.
40
41
-this is what the final function should look like:
+This is what the final function should look like:
42
```javascript
43
const helloWorld = function() {
44
return 'Hello, World!'