Create 2-1

This commit is contained in:
LSvekis
2021-06-22 15:35:51 -04:00
committed by GitHub
parent b4921e41f4
commit 21dc55df2b
+5
View File
@@ -0,0 +1,5 @@
const myName = "Maaike";
const myAge = 29;
const coder = true;
const message = "Hello, my name is "+myName+", I am "+myAge+" years old and I can code JavaScript: "+coder+".";
console.log(message);