Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ch1: fix missing dot #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion ch01.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The first edition of ECMA-262 was released June 1997. A year later, in June 1998

By December 1999 the third edition was published, standardizing regular expressions, the `switch` statement, `do`/`while`, `try`/`catch`, and `Object#hasOwnProperty`, among a few other changes. Most of these features were already available in the wild through Netscape's JavaScript runtime, ((("SpiderMonkey")))SpiderMonkey.

Drafts for an ES4 specification were soon afterwards published by TC39. This early work on ES4 led to JScript​.NET in mid-2000pass:[<span data-type="footnote">You can read the original announcement at the <a href="https://mjavascript.com/out/jscript-net">Microsoft website</a> (July, 2000).</span>] and, eventually, to ActionScript 3 for Flash in 2006.pass:[<span data-type="footnote">Listen to Brendan Eich in the JavaScript Jabber podcast, talking about the <a href="https://mjavascript.com/out/brendan-devchat">origin of JavaScript</a>.</span>]
Drafts for an ES4 specification were soon afterwards published by TC39. This early work on ES4 led to JScript​.NET in mid-2000pass:[<span data-type="footnote">. You can read the original announcement at the <a href="https://mjavascript.com/out/jscript-net">Microsoft website</a> (July, 2000).</span>] and, eventually, to ActionScript 3 for Flash in 2006.pass:[<span data-type="footnote">Listen to Brendan Eich in the JavaScript Jabber podcast, talking about the <a href="https://mjavascript.com/out/brendan-devchat">origin of JavaScript</a>.</span>]

Conflicting opinions on how JavaScript was to move forward brought work on the specification to a standstill. This was a delicate time for web standards: Microsoft had all but monopolized the web and they had little interest in standards development.

Expand Down