diff --git a/Chapter 1/Exercise 1.4 b/Chapter 1/Exercise 1.4 new file mode 100644 index 0000000..02ba2dc --- /dev/null +++ b/Chapter 1/Exercise 1.4 @@ -0,0 +1,3 @@ +let a = 10; // assign a value of 10 to variable a +console.log(a); // This will output 10 into the console +/*