Skip to content

Commit 83e5c3b

Browse files
authored
Merge pull request #83 from cdmain/main
Update C-project.md
2 parents 4812621 + 742503d commit 83e5c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/05-putting-it-all-together/C-project.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Okay, now that you have requirements, let's go over some tips and hints.
5353

5454
A brief note on what is called **types** in JavaScript. We've danced the idea already and I want to make it a little more concrete for you. Strings, booleans, objects, arrays, numbers, these are different types of types (lol). JavaScript is a language where you don't have to concern yourself _a lot_ with types since it doesn't strictly enforce them (other languages do) but in this problem you are definitely going to have to deal with it.
5555

56-
Whatever you put into the DOM and whatever you get out it are going to strings, every time. If I do:
56+
Whatever you put into the DOM and whatever you get out of it are going to be strings, every time. If I do:
5757

5858
<div class="number-target"></div>
5959

0 commit comments

Comments
 (0)