Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _chapters/ch7.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ If this chapter seemed like you were drinking from a fire hose, that's ok. There

***

[^1]: A full copy of this object is available at <http://codingforlawyers.com/examples/fre.json>.
[^1]: A full copy of this object is available at <https://github.com/vzvenyach/codingforlawyers/blob/chapter7/_examples/fre.json>.

[^2]: Javascript can also be executed outside of web browsers using a tool called "node". I personally love node. It's exceptionally fast and, after you get the hang of it, it is sort of fun to work with. That said, it can be very frustrating and is far from intuitive to the uninitiated. All of this is to say, a lot of what node does doesn't work directly in the browser, so you don't need to worry about it now. Just know that it exists.

Expand Down