This commit is contained in:
Karan 2021-11-25 19:50:12 +05:30 committed by GitHub
parent 62a4b8967f
commit d8055c45df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +0,0 @@
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);