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
Structure and Interpretation of Computer Programs, JavaScript Edition, Chapter 3, Section 2
456
455
</i>
457
456
</a>
457
+
.
458
458
</span>
459
-
.
460
459
<br />
461
460
<br />
462
-
On this tab, the REPL will be hidden from view, so do check that your code has no errors before running the stepper. You may use this tool by running your program and then dragging the slider above to see the state of the control, stash and environment at different stages in the evaluation of your program. Clicking on the fast-forward button (double chevron) will take you to the next breakpoint in your program
461
+
On this tab, the REPL will be hidden from view, so do check that your code has no errors before running the stepper. You may use this tool by running your program and then dragging the slider above to see the state of the control, stash and environment at different stages in the evaluation of your program. Clicking on the fast-forward button (double chevron) will take you to the next breakpoint in your program.
Copy file name to clipboardExpand all lines: src/pages/playground/__tests__/__snapshots__/Playground.test.tsx.snap
+13-26Lines changed: 13 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -828,8 +828,7 @@ and also the
828
828
The data visualizer helps you to visualize data structures.
829
829
<br />
830
830
<br />
831
-
It is activated by calling the function
832
-
831
+
It is activated by calling the function
833
832
<code>
834
833
draw_data(x
835
834
<sub>
@@ -845,33 +844,28 @@ and also the
845
844
</sub>
846
845
)
847
846
</code>
848
-
, where
849
-
847
+
, where
850
848
<code>
851
849
x
852
850
<sub>
853
851
k
854
852
</sub>
855
853
</code>
856
-
857
-
would be the
858
-
854
+
would be the
859
855
<code>
860
856
k
861
857
<sup>
862
858
th
863
859
</sup>
864
860
</code>
865
-
866
-
data structure that you want to visualize and
861
+
data structure that you want to visualize and
867
862
<code>
868
863
n
869
864
</code>
870
865
is the number of structures.
871
866
<br />
872
867
<br />
873
-
The data visualizer uses box-and-pointer diagrams, as introduced in
874
-
868
+
The data visualizer uses box-and-pointer diagrams, as introduced in
875
869
<a
876
870
href="https://sourceacademy.org/sicpjs/2.2"
877
871
rel="noopener noreferrer"
@@ -1238,8 +1232,7 @@ and also the
1238
1232
id="cse-machine-default-text"
1239
1233
>
1240
1234
<span>
1241
-
The CSE machine generates control, stash and environment model diagrams following a notation introduced in
1242
-
1235
+
The CSE machine generates control, stash and environment model diagrams following a notation introduced in
1243
1236
<a
1244
1237
href="https://sourceacademy.org/sicpjs/3.2"
1245
1238
rel="noopener noreferrer"
@@ -1249,11 +1242,11 @@ and also the
1249
1242
Structure and Interpretation of Computer Programs, JavaScript Edition, Chapter 3, Section 2
1250
1243
</i>
1251
1244
</a>
1245
+
.
1252
1246
</span>
1253
-
.
1254
1247
<br />
1255
1248
<br />
1256
-
On this tab, the REPL will be hidden from view, so do check that your code has no errors before running the stepper. You may use this tool by running your program and then dragging the slider above to see the state of the control, stash and environment at different stages in the evaluation of your program. Clicking on the fast-forward button (double chevron) will take you to the next breakpoint in your program
1249
+
On this tab, the REPL will be hidden from view, so do check that your code has no errors before running the stepper. You may use this tool by running your program and then dragging the slider above to see the state of the control, stash and environment at different stages in the evaluation of your program. Clicking on the fast-forward button (double chevron) will take you to the next breakpoint in your program.
1257
1250
<br />
1258
1251
<br />
1259
1252
<div
@@ -2400,8 +2393,7 @@ and also the
2400
2393
The data visualizer helps you to visualize data structures.
2401
2394
<br />
2402
2395
<br />
2403
-
It is activated by calling the function
2404
-
2396
+
It is activated by calling the function
2405
2397
<code>
2406
2398
draw_data(x
2407
2399
<sub>
@@ -2417,33 +2409,28 @@ and also the
2417
2409
</sub>
2418
2410
)
2419
2411
</code>
2420
-
, where
2421
-
2412
+
, where
2422
2413
<code>
2423
2414
x
2424
2415
<sub>
2425
2416
k
2426
2417
</sub>
2427
2418
</code>
2428
-
2429
-
would be the
2430
-
2419
+
would be the
2431
2420
<code>
2432
2421
k
2433
2422
<sup>
2434
2423
th
2435
2424
</sup>
2436
2425
</code>
2437
-
2438
-
data structure that you want to visualize and
2426
+
data structure that you want to visualize and
2439
2427
<code>
2440
2428
n
2441
2429
</code>
2442
2430
is the number of structures.
2443
2431
<br />
2444
2432
<br />
2445
-
The data visualizer uses box-and-pointer diagrams, as introduced in
2446
-
2433
+
The data visualizer uses box-and-pointer diagrams, as introduced in
0 commit comments