Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 864 Bytes

example.md

File metadata and controls

60 lines (39 loc) · 864 Bytes

Great Title

A great slide

Two

Three

Four

A Second Slide

Another great slide

An Animated Slide

A really WOW slide

let a = 1;
let b = 2;
let c = (x) => 1 + 2 + x;
c(3);
let a = 1;
let b = 2;
let c = (x) => 1 + 2 + x;
c(3);
c(5);