From 0a3cbef66bca43544e6e15b024273a8c25f32259 Mon Sep 17 00:00:00 2001 From: Sascha Schulz <sschulz@dh-software.de> Date: Di, 18 Apr 2023 15:49:10 +0200 Subject: [PATCH] update package-lock --- templates/007-js/initialization.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/templates/007-js/initialization.js b/templates/007-js/initialization.js new file mode 100644 index 0000000..cd7ee60 --- /dev/null +++ b/templates/007-js/initialization.js @@ -0,0 +1,7 @@ +var yes = false; + +if (yes) { + var a = 1; +} + +console.log(a); -- Gitblit v1.9.3