Exercise 1.4

This commit is contained in:
Karan
2021-11-24 19:07:15 +05:30
committed by GitHub
parent 6a5e8a50f9
commit 2345bceda0
+1 -1
View File
@@ -1,7 +1,7 @@
let a = 10; // assign a value of 10 to variable a
console.log(a); // This will output 10 into the console
/*
This is a multi-line
This is a multi-line
Comment
*/