summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2020-07-13 20:44:40 -0500
committerKyle K <kylek389@gmail.com>2020-07-13 20:44:40 -0500
commitb3811fc97f5fb64f52a1e88d278f06149389c729 (patch)
tree3e92a4351bd54b92de67d39792d47ff9813c65fd
parent4d719ba0bc7f482c43bffde4309a12bf741527c2 (diff)
downloadjsexamples-b3811fc97f5fb64f52a1e88d278f06149389c729.tar.gz
jsexamples-b3811fc97f5fb64f52a1e88d278f06149389c729.tar.bz2
jsexamples-b3811fc97f5fb64f52a1e88d278f06149389c729.zip
scratch.js file for VSCode
-rw-r--r--scratch.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/scratch.js b/scratch.js
new file mode 100644
index 0000000..ac96b46
--- /dev/null
+++ b/scratch.js
@@ -0,0 +1,2 @@
+// to run currently open .js file in VSCode, hit 'Run->Run Without Debugging' (Ctrl+F5)
+// Node.js needs to be installed, .js file needs to be opened from folder \ No newline at end of file