getify / Functional-Light-JS

Pragmatic, balanced FP in JavaScript. @FLJSBook on twitter.
http://FLJSBook.com
Other
16.6k stars 1.95k forks source link

Typos ch8 #83

Closed happysalada closed 7 years ago

happysalada commented 7 years ago

Inside the paragraph looking for lists

if (session != null) sessionId = getSessionId( sessionId );

was probably meant to be

if (session != null) sessionId = getSessionId( session );