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
3 changes: 2 additions & 1 deletion _chapters/ch7.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ One of the reasons we are now using javascript is because modern web browsers al

***FINAL NOTE: I don't really have the time or energy to copy and paste the full FRE into this object. Does anyone know if it exists somewhere else? If not, why not?***

The next snippet of code is a bit involved, but try reading it through and see if you get the gist. We'll explain each part in detail. To see it in action, see <http://codingforlawyers.com/examples/ch7_fre.html>.
The next snippet of code is a bit involved, but try reading it through and see if you get the gist. We'll explain each part in detail. To see it in action, see <https://github.com/vzvenyach/codingforlawyers/blob/chapter7/_examples/ch7_fre.html>.


{% highlight html %}

Expand Down