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: src/content/1/en/part1a.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ The first rule of frontend web development:
149
149
150
150
> <i>keep the console open all the time</i>
151
151
152
-
Let us repeat this together: <i>I promise to keep the console open all the time</i> during this course, and the for the rest of my life when I'm doing web development.
152
+
Let us repeat this together: <i>I promise to keep the console open all the time</i> during this course, and for the rest of my life when I'm doing web development.
153
153
154
154
It is also possible to render dynamic content inside of a component.
155
155
@@ -343,7 +343,7 @@ I really hope your console was open. If it was not, remember what you promised:
343
343
344
344
> <i>I promise to keep the console open all the time during this course, and for the rest of my life when I'm doing web development</i>
345
345
346
-
Software development is hard. It gets even harder if one is not using all the possible available tools such as the web-console and debug printing with _console.log_. Professionals use both <i>all the time</i> and there is no single reason why a beginner should not adopt the use of these wonderful helper methods that will make the life so much easier.
346
+
Software development is hard. It gets even harder if one is not using all the possible available tools such as the web-console and debug printing with _console.log_. Professionals use both <i>all the time</i> and there is no single reason why a beginner should not adopt the use of these wonderful helper methods that will make life so much easier.
347
347
348
348
### Some notes
349
349
@@ -353,7 +353,7 @@ React has been configured to generate quite clear error messages. Despite this,
353
353
354
354

355
355
356
-
As we already mentioned, that when programming with React it is possible and worthwhile to write <em>console.log()</em> commands (which print to the console) within your code.
356
+
As we already mentioned, when programming with React, it is possible and worthwhile to write <em>console.log()</em> commands (which print to the console) within your code.
357
357
358
358
Also, keep in mind that **React component names must be capitalized**. If you try defining a component as follows:
0 commit comments