Skip to content

Commit

Permalink
Revert "Ch06: Fix link to script source"
Browse files Browse the repository at this point in the history
This reverts commit 5fc8cc2.
  • Loading branch information
KtorZ committed Dec 8, 2023
1 parent 4cae912 commit a798f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch06.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ And we're done!
<img src="images/cats_ss.png" alt="cats grid" />

Here is the finished script:
[include](https://github.com/MostlyAdequate/mostly-adequate-guide/blob/master/exercises/ch06/main.js)
[include](./exercises/ch06/main.js)

Now look at that. A beautifully declarative specification of what things are, not how they come to be. We now view each line as an equation with properties that hold. We can use these properties to reason about our application and refactor.

Expand Down

0 comments on commit a798f30

Please sign in to comment.