A great slide
Another great slide
A really WOW slide
```js [1-2|3|4] let a = 1; let b = 2; let c = (x) => 1 + 2 + x; c(3);
<!-- .element: data-id="code" -->
[comment]: # "!!! data-auto-animate"
```js [5]
let a = 1;
let b = 2;
let c = (x) => 1 + 2 + x;
c(3);
c(5);