1
0
Fork 0
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:
Denis Ergin 2024-12-10 13:37:29 +01:00
parent 642d71d5ed
commit 48e2ddc3b3
7 changed files with 203 additions and 0 deletions

View 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 -->