Skip to content

Commit 8a1cc11

Browse files
committed
updating images to look correct even with github dark-mode turned on
1 parent 74a7f6a commit 8a1cc11

File tree

9 files changed

+1
-0
lines changed

9 files changed

+1
-0
lines changed

get-started/images/fig1.png

8.54 KB
Loading

get-started/images/fig2.png

12.1 KB
Loading

get-started/images/fig3.png

11.7 KB
Loading

get-started/images/fig4.png

10.7 KB
Loading

get-started/images/fig5.png

12 KB
Loading

get-started/images/fig6.png

11 KB
Loading

scope-closures/ch3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ To refresh the context of our running example, let's recall the color-coded illu
1212
<figure>
1313
<img src="images/fig2.png" width="500" alt="Colored Scope Bubbles" align="center">
1414
<figcaption><em>Fig. 2 (Ch. 2): Colored Scope Bubbles</em></figcaption>
15+
<br><br>
1516
</figure>
1617

1718
The connections between scopes that are nested within other scopes is called the scope chain, which determines the path along which variables can be accessed. The chain is directed, meaning the lookup moves upward/outward only.

scope-closures/images/fig1.png

15.4 KB
Loading

scope-closures/images/fig3.png

3.66 KB
Loading

0 commit comments

Comments
 (0)