From aed86c901a0de3b977d686d1bcf395d49ecf74cc Mon Sep 17 00:00:00 2001 From: Xetera Date: Sun, 28 Jul 2019 23:10:03 -0700 Subject: [PATCH] modified language template query --- 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..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.