This commit is contained in:
Karan
2021-11-29 18:38:20 +05:30
committed by GitHub
parent 23b26a0fb1
commit 6b33f6da69
+7
View File
@@ -0,0 +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
Comment
*/