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

Corrected typos and replaced "*pretty*" with proper emphasis. #31

Merged
merged 1 commit into from Sep 19, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -9,7 +9,7 @@
<title>W3Fools – A W3Schools Intervention</title> <title>W3Fools – A W3Schools Intervention</title>


<meta name="description" content=" We hope we can illuminate why W3Schools is a troublesome resource, why their faulty information is a detriment to the web, and what you (and they) can do about it."> <meta name="description" content=" We hope we can illuminate why W3Schools is a troublesome resource, why their faulty information is a detriment to the web, and what you (and they) can do about it.">
<meta name="author" content="The JavaScript and Front-end Developement Community"> <meta name="author" content="The JavaScript and Front-end Development Community">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">


<link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="css/style.css">
Expand Down Expand Up @@ -1040,7 +1040,7 @@ <h3>JavaScript</h3>
The language was eventually standardized under the creative name ECMAScript by the ECMA international standards organization to The language was eventually standardized under the creative name ECMAScript by the ECMA international standards organization to
avoid legal conflicts with the trademark owner. Similarly, Microsoft named its clone of JavaScript, JScript. Meanwhile, JavaScriptCore, avoid legal conflicts with the trademark owner. Similarly, Microsoft named its clone of JavaScript, JScript. Meanwhile, JavaScriptCore,
the implementation of ECMAScript in Apple's Safari, appears to be willing to take the chance, and Google's v8 is off the implementation of ECMAScript in Apple's Safari, appears to be willing to take the chance, and Google's v8 is off
doing its own thing being awesome and breaking the mold, man. doing its own thing being awesome and breaking the mould, man.
</p> </p>
<p>To put it&hellip; plainly, JavaScript is a subset (or superset, depending upon which version of JS you are describing) of ECMAScript. :)</p> <p>To put it&hellip; plainly, JavaScript is a subset (or superset, depending upon which version of JS you are describing) of ECMAScript. :)</p>
</li> </li>
Expand Down Expand Up @@ -1182,7 +1182,7 @@ <h3>JavaScript</h3>
<a href="#js_special_characters" class="wrap">#</a> <a href="#js_special_characters" class="wrap">#</a>
<a href="http://www.w3schools.com/js/js_special_characters.asp" rel="nofollow" class="w3s-link">www.w3schools.com/js/js_special_characters.asp</a> <a href="http://www.w3schools.com/js/js_special_characters.asp" rel="nofollow" class="w3s-link">www.w3schools.com/js/js_special_characters.asp</a>
<p> <p>
That's weird, I am *pretty* sure that ampersands are not characters that need to be escaped in JS strings, but maybe I have been That's weird, I am <em>pretty</em> sure that ampersands are not characters that need to be escaped in JS strings, but maybe I have been
doing it wrong this whole time!?!? Maybe they meant that it is an HTML special character, so using it in JS blocks inside the doing it wrong this whole time!?!? Maybe they meant that it is an HTML special character, so using it in JS blocks inside the
HTML document can cause problems. HTML document can cause problems.
</p> </p>
Expand Down