8000 Merge pull request #193 from HiddenOgre28/main · d2038/javascript-exercises@a2d7201 · GitHub
[go: up one dir, main page]

Skip to content

Commit a2d7201

Browse files
authored
Merge pull request TheOdinProject#193 from HiddenOgre28/main
2 parents b637561 + 612527a commit a2d7201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01_helloWorld/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Go ahead and see if you can make the test pass by editing the return value of th
3838

3939
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.
4040

41-
this is what the final function should look like:
41+
This is what the final function should look like:
4242
```javascript
4343
const helloWorld = function() {
4444
return 'Hello, World!'

0 commit comments

Comments
 (0)
0