Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #30119
| Path | csiph.com!news.mixmin.net!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail |
|---|---|
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
| Newsgroups | comp.lang.javascript |
| Subject | Re: Can somebody explain this code |
| Date | Sun, 27 Mar 2016 22:44:11 +0200 |
| Organization | PointedEars Software (PES) |
| Lines | 19 |
| Message-ID | <3457976.2eFHA4iNFV@PointedEars.de> (permalink) |
| References | <ncv2un$mlp$1@dont-email.me> <2380128.LjnWGdRavf@PointedEars.de> <nd1sgj$esr$1@dont-email.me> |
| Reply-To | Thomas 'PointedEars' Lahn <cljs@PointedEars.de> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="UTF-8" |
| Content-Transfer-Encoding | 8Bit |
| X-Trace | solani.org 1459111452 16184 eJwNykkBACAIBMBMgCwYh7N/BJ33qIBQdqA4urqRywzUxoVD2nqth/5xduoICbTPMFtV5n0uuhH5 (27 Mar 2016 20:44:12 GMT) |
| X-Complaints-To | abuse@news.solani.org |
| NNTP-Posting-Date | Sun, 27 Mar 2016 20:44:12 +0000 (UTC) |
| User-Agent | KNode/4.14.2 |
| X-User-ID | eJwFwQkBACAIA8BKvFPioLL+EbxLh+KuQCKSSWqvK27dY9DhSNe2VabEgwtQh6zYp3zXk+hDSQyDbcn+VoAVzQ== |
| Cancel-Lock | sha1:RzVk4RaK+qZ9ElH1XKg0txx4ONE= |
| X-NNTP-Posting-Host | eJwFwQkRADAIAzBNdLQ75DAe/xKW8MhU10U5lwv4dpp6kMzlsY6SJlyPfNXpiRkg0EbVBylqEYc= |
| Xref | csiph.com comp.lang.javascript:30119 |
Show key headers only | View raw
Aleksandro wrote:
> On 24/03/16 16:30, Thomas 'PointedEars' Lahn wrote:
>> var myFunc;
>> myFunc = function () { alert("This is my anonymous function"); };
>>
>> (In that case, “myFunc” is assigned the “undefined” value first.)
>
> Would the VM actually assign undefined first? I doubt it.
On what grounds?
>> <http://www.ecma-international.org/ecma-262/6.0/#sec-variable-statement>
--
PointedEars
FAQ: <http://PointedEars.de/faq> | SVN: <http://PointedEars.de/wsvn/>
Twitter: @PointedEars2 | ES Matrix: <http://PointedEars.de/es-matrix>
Please do not cc me. / Bitte keine Kopien per E-Mail.
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Can somebody explain this code "Tony Johansson" <johansson.andersson@telia.com> - 2016-03-23 22:51 +0100
Re: Can somebody explain this code Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-24 20:30 +0100
Re: Can somebody explain this code Aleksandro <aleksandro@gmx.com> - 2016-03-24 20:19 -0300
Re: Can somebody explain this code Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-27 22:44 +0200
Re: Can somebody explain this code Aleksandro <aleksandro@gmx.com> - 2016-03-27 18:22 -0300
Re: Can somebody explain this code Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-28 01:07 +0200
Re: Can somebody explain this code Aleksandro <aleksandro@gmx.com> - 2016-03-27 20:26 -0300
Re: Can somebody explain this code Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-05-04 05:51 +0200
Re: Can somebody explain this code "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-05-04 08:55 +0200
Re: Can somebody explain this code Aleksandro <aleksandro@gmx.com> - 2016-05-07 13:02 -0300
csiph-web