mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-06-05 15:09:09 +09:00
Merge pull request #193 from HiddenOgre28/main
This commit is contained in:
@@ -38,7 +38,7 @@ Go ahead and see if you can make the test pass by editing the return value of th
|
||||
|
||||
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.
|
||||
|
||||
this is what the final function should look like:
|
||||
This is what the final function should look like:
|
||||
```javascript
|
||||
const helloWorld = function() {
|
||||
return 'Hello, World!'
|
||||
|
||||
Reference in New Issue
Block a user