Update Exercise 1.4
This commit is contained in:
parent
4ebd20eb4d
commit
6a5e8a50f9
@ -1,3 +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
|
||||
*/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user