8000 spelling · dbateman3/javascript-exercises@8f068d9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f068d9

Browse files
committed
spelling
1 parent 9bc987e commit 8f068d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

01-helloWorld/helloWorld.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The main purpose of this exercise is to walk you through the process of running
55
In this directory you will find 2 other files:
66
1. `helloWorld.js`
77
2. `helloWorld.spec.js`
8+
89
This setup should be the same for all of the exercises. The plain javascript file is where you'll write your code, and the `spec` file contains the tests that verify your code is functional.
910

1011
Let's look at the spec file first:
@@ -35,7 +36,7 @@ In this file we have a simple function called helloWorld that returns an empty s
3536

3637
Go ahead and see if you can make the test pass by editing the return value of the function, and then running the test file again.
3738

38-
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.
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.
3940

4041
this is what the final function should look like:
4142
```javascript

0 commit comments

Comments
 (0)
0