diff --git a/variable.js b/variable.js new file mode 100644 index 0000000..be4616a --- /dev/null +++ b/variable.js @@ -0,0 +1,2 @@ +let test = 'hi'; +console.log(test);