Exercise 1.4

This commit is contained in:
Karan
2021-11-24 19:05:04 +05:30
committed by GitHub
parent 27a56d3315
commit c5478d1d95
+3
View File
@@ -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
/*