mirror of
https://github.com/JeremyLikness/vanillajs-deck
synced 2025-12-14 18:23:53 +00:00
slides through modules
This commit is contained in:
20
slides/180-modules.html
Normal file
20
slides/180-modules.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<title>Modules</title>
|
||||
<h1>Modules</h1>
|
||||
<div class="center">
|
||||
<div class="card appear" repeat="modules">
|
||||
<span>{{item}}</span>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
this.modules = [
|
||||
"'Ordinary' JavaScript Files",
|
||||
"'strict mode'",
|
||||
"imports and exports",
|
||||
"Scope",
|
||||
"Parse",
|
||||
"Load",
|
||||
"Link",
|
||||
"Run"
|
||||
];
|
||||
</script>
|
||||
<next-slide>190-this-app</next-slide>
|
||||
Reference in New Issue
Block a user