From 1d93f4e1602a4328010265feb0d71e84f5a36257 Mon Sep 17 00:00:00 2001 From: Xetera Date: Sun, 28 Jul 2019 20:02:47 -0700 Subject: [PATCH] callbacks post WIP --- src/content/docs/javascript/callbacks/intro.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/content/docs/javascript/callbacks/intro.md diff --git a/src/content/docs/javascript/callbacks/intro.md b/src/content/docs/javascript/callbacks/intro.md new file mode 100644 index 0000000..ae0a8c2 --- /dev/null +++ b/src/content/docs/javascript/callbacks/intro.md @@ -0,0 +1,10 @@ +--- +authors: + - "@Xetera" +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.