marijnh / Eloquent-JavaScript

The sources for the Eloquent JavaScript book
https://eloquentjavascript.net
3.03k stars 799 forks source link

is SCRIPTS.js missing? #354

Closed kapreski closed 6 years ago

kapreski commented 6 years ago

maybe it's me, but I couldn't locate the "SCRIPTS" binding in the sandbox of chapter 05 'Higher-Order Functions' any idea?

marijnh commented 6 years ago

Where did you look? console.log(SCRIPTS) in any of the code snippets does show me an array. The file that defines the array is listed at http://eloquentjavascript.net/3rd_edition/code/#5 . Maybe you landed on the code sandbox for the 2nd edition?

kapreski commented 6 years ago

I think I clicked on this link : https://eloquentjavascript.net/3rd_edition/05_higher_order.html#p_RWVZnsc/dS "It is available in the coding sandbox for this chapter" probably went to the old sandbox of version 2 thanks for the new link

marijnh commented 6 years ago

Yeah, there are some absolute links in the book — they will become valid once I move it from /3rd_edition to the top of the domain (hopefully somewhere next week).