Exercise 1.4
This commit is contained in:
@@ -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
|
||||
/*
|
||||
Reference in New Issue
Block a user