mirror of
https://github.com/TheTaz25/denis.ergin.git
synced 2025-07-12 22:08:48 +00:00
feat(slides): slides for advanced method syntaxes
This commit is contained in:
parent
90431c90db
commit
ba2778991b
6 changed files with 222 additions and 0 deletions
9
src/pages/slides/javascript/04-advanced-methodics.astro
Normal file
9
src/pages/slides/javascript/04-advanced-methodics.astro
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
import Reveal from "../../../layouts/Reveal.astro";
|
||||
import Slides from '../../../components/slides/javascript/04-advanced-objects/index.astro'
|
||||
---
|
||||
<!-- Array Destructure, Rest and Spread -->
|
||||
|
||||
<Reveal title="Advanced Object Manipulation">
|
||||
<Slides />
|
||||
</Reveal>
|
Loading…
Add table
Add a link
Reference in a new issue