You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lessons/05-putting-it-all-together/C-project.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Okay, now that you have requirements, let's go over some tips and hints.
53
53
54
54
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.
55
55
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:
0 commit comments