Skip to content
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
6 changes: 3 additions & 3 deletions class1.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@ <h3>History of JavaScript</h3>
<li class="fragment">Developed by Brendan Eich of Netscape in 1995 (in 10 days!). Originally called Mocha, then LiveScript.</li>
<li class="fragment">Java?&mdash;Actually JavaScript has nothing to do with the language Java. Java was just the cool kid in town at the time.</li>
<li class="fragment">Script&mdash;Instructions that a computer can run one line at a time</li>
<li class="fragment">Standardized in 1997 as EMCAScript (ES6 finalized in 2015, <a href="http://caniuse.com/#search=es6" target="_blank">but not fully supported</a>)</li>
<li class="fragment">Standardized in 1997 as ECMAScript (ES6 finalized in 2015, <a href="http://caniuse.com/#search=es6" target="_blank">but not fully supported</a>)</li>
</ul>
<aside class="notes">
<p>IE had own implementation in 1996 called JScript (still in existence).</p>
<p>Explain script/interpreted languages vs. compiled</p>
<p>Explain what not fully supported means. EMCAScript 5 finalized in 2009, supported in IE9+</p>
<p>Explain what not fully supported means. ECMAScript 5 finalized in 2009, supported in IE9+</p>
</aside>
</section>

Expand Down Expand Up @@ -737,4 +737,4 @@ <h2>Questions?</h2>
</script>

</body>
</html>
</html>