Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #30811
| From | Scott Sauyet <scott@sauyet.com> |
|---|---|
| Newsgroups | comp.lang.javascript |
| Subject | Re: An "if" without "if" |
| Date | 2016-07-03 00:13 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <nl9lap$sco$1@dont-email.me> (permalink) |
| References | <if-20160602002158@ram.dialup.fu-berlin.de> <nintrv$2uc$1@news.albasani.net> <nip29s$r1a$1@news.albasani.net> |
Stefan Weiss wrote: > I have some doubts about the wisdom of introducing arrow functions and > default arguments to a class before covering basics like if-else > branching, but there may be a valid reason for this. Another very interesting work which proceeds the same way is Reg Braithwaite's _JavaScript Allongé_, either the original edition [1] or the ES6 one [2]. To my mind, this is one of the very best books yet written on Javascript. [1]: https://leanpub.com/javascript-allonge [2]: https://leanpub.com/javascriptallongesix -- Scott
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: An "if" without "if" andber93@web.de - 2016-06-02 02:16 +0200
Re: An "if" without "if" Stefan Weiss <krewecherl@gmail.com> - 2016-06-02 12:37 +0200
Re: An "if" without "if" Scott Sauyet <scott@sauyet.com> - 2016-07-03 00:13 +0000
Re: An "if" without "if" Ben Bacarisse <ben.usenet@bsb.me.uk> - 2016-07-03 11:07 +0100
Re: An "if" without "if" "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-07-03 10:29 -0700
Re: An "if" without "if" Scott Sauyet <scott@sauyet.com> - 2016-07-04 01:08 +0000
Re: An "if" without "if" John Harris <niam@jghnorth.org.uk.invalid> - 2016-07-04 14:49 +0100
csiph-web