diff --git a/home-work-example.js b/home-work-example.js new file mode 100644 index 0000000..d1b2155 --- /dev/null +++ b/home-work-example.js @@ -0,0 +1,3 @@ +const example = 123; + +console.log(example);