reorganizing some more

This commit is contained in:
brightboost
2021-12-01 14:39:18 +01:00
parent f8bde27fc6
commit 9116b55477
37 changed files with 998 additions and 679 deletions
+6
View File
@@ -0,0 +1,6 @@
let singleString = 'Hi there!';
let doubleString = "How are you?";
let language = "JavaScript";
let message = `Let's learn ${language}`;
console.log(message);