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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -515,7 +515,7 @@ and age
515
515
{friends[0].age}
516
516
```
517
517
518
-
After correcting the error, you should clear the console error messages by pressing Ø and then reload the page content and make sure that no error messages are displayed.
518
+
After correcting the error, you should clear the console error messages by pressing 🚫 and then reload the page content and make sure that no error messages are displayed.
519
519
520
520
A small additional note to the previous one. React also allows arrays to be rendered <i>if</i> the array contains values that are eligible for rendering (such as numbers or strings). So the following program would work, although the result might not be what we want:
0 commit comments