diff --git a/src/content/docs/javascript/callbacks/intro.md b/src/content/docs/javascript/callbacks/intro.md new file mode 100644 index 0000000..c490815 --- /dev/null +++ b/src/content/docs/javascript/callbacks/intro.md @@ -0,0 +1,10 @@ +--- +authors: + - "Xetera#0001" +created_at: 2019/07/27 +title: Callbacks +--- + +# Callbacks are everywhere + +If you've been doing javascript for any amount of time you'll have noticed that callbacks appear in just about every single piece of code.