mirror of
https://github.com/JeremyLikness/vanillajs-deck
synced 2025-12-14 18:23:53 +00:00
moar slides, disable localhost pwa cache
This commit is contained in:
20
slides/100-javascript-new.html
Normal file
20
slides/100-javascript-new.html
Normal 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>
|
||||
Reference in New Issue
Block a user