moar slides, disable localhost pwa cache

This commit is contained in:
Jeremy Likness
2020-01-28 10:23:02 -08:00
parent 0b60742e8a
commit dad9a93078
8 changed files with 122 additions and 25 deletions

View File

@@ -0,0 +1,20 @@
<title>What's New with JavaScript?</title>
<h1>What's New with JavaScript?</h1>
<div class="center">
<div class="card appear" repeat="whatsnew">
<span>{{item}}</span>
</div>
</div>
<script>
this.whatsnew = [
"Scope and Variables",
"Powerful Strings",
"The Spread Operator",
"Destructuring",
"Parameters",
"Classes",
"Modules",
"...and a lot more!"
];
</script>
<next-slide>110-variables</next-slide>