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: get-started/ch1.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -322,7 +322,7 @@ These misinformed claims and criticisms should be set aside. The real reason it
322
322
Historically, scripted or interpreted languages were executed in generally a top-down and line-by-line fashion; there's typically not an initial pass through the program to process it before execution begins (see Figure 1).
323
323
324
324
<figure>
325
-
<img src="images/fig1.svg" width="650" alt="Interpreting a script to execute it" align="center">
325
+
<img src="images/fig1.png" width="650" alt="Interpreting a script to execute it" align="center">
The two objects `jsHomework` and `mathHomework` each prototype link to the single `homework` object, which has the `study()` function. `jsHomework` and `mathHomework` are each given their own `topic` property (see Figure 6).
0 commit comments