mirror of
https://github.com/TheTaz25/denis.ergin.git
synced 2025-07-12 22:08:48 +00:00
feat(slides): add slides for js control flow
This commit is contained in:
parent
642d71d5ed
commit
48e2ddc3b3
7 changed files with 203 additions and 0 deletions
15
src/pages/slides/javascript/01-control-flow.astro
Normal file
15
src/pages/slides/javascript/01-control-flow.astro
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
import Reveal from "../../../layouts/Reveal.astro";
|
||||
import Slides from "../../../components/slides/javascript/01-control-flow/index.astro";
|
||||
---
|
||||
|
||||
<Reveal title="Javascript - Control Flow">
|
||||
<Slides />
|
||||
</Reveal>
|
||||
|
||||
<!-- IF-ELSE -->
|
||||
<!-- SWITCH-CASE -->
|
||||
<!-- WHILE -->
|
||||
<!-- FOR LOOPS -->
|
||||
|
||||
<!-- Conditionals, Comparisons, INcrement/Decrement, While Loops, For Loops, Switch Statement, Ternary -->
|
Loading…
Add table
Add a link
Reference in a new issue