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
* Fix typing and remove unused import
* Migrate some strings into translation files
* Register and use migrated translations
* Add machine translations for Mandarin
* Refactor welcome page to use CSS and translations
* Add and use Stepper translations
* Remove old Stepper
* Move side content to separate namespace
* Move remaining side content strings
* Add add register side content machine translations
* Refactor side content to use translations
* Fix result card not being registered
* Refactor CSE default text to own component
* Use new CSE machine translations
* Register Chinese language for translation
* Use translation files in more side content components
* Update dataviz to use translations
* Add TODO and update label
* Update session management
* Remove now-unused constant
* Update stories translations
* Fix lint
* Fix welcome page translations
* Revert SICP changes
* Update test snapshots
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.
0 commit comments