curriculum icon indicating copy to clipboard operation
curriculum copied to clipboard

Add explanation of nested control flow and how to avoid it.

Open BrooklinJazz opened this issue 1 year ago • 0 comments

1 -> "a" -> "1a" "b" -> "1b" 2 -> "a" -> "2a" "b" -> "2b"

vs

{1, "a"} -> "1a" {1, "b"} -> "1b" {2, "a"} -> "2a" {2, "b"} -> "2b"

BrooklinJazz avatar Aug 28 '23 16:08 BrooklinJazz