Skip to content

Commit

Permalink
Merge pull request #83 from cdmain/main
Browse files Browse the repository at this point in the history
Update C-project.md
  • Loading branch information
dtauer authored Dec 22, 2024
2 parents 4812621 + 742503d commit 83e5c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lessons/05-putting-it-all-together/C-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Okay, now that you have requirements, let's go over some tips and hints.

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.

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

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

Expand Down

0 comments on commit 83e5c3b

Please sign in to comment.