Completed Strings Exercise
This commit is contained in:
parent
2b7e3f40f8
commit
c2e4dbba01
@ -8,9 +8,10 @@
|
||||
let count = 10;
|
||||
count++;
|
||||
const message = "The count is " + count;
|
||||
|
||||
const myName = "Tom";
|
||||
console.log(count);
|
||||
console.log(message);
|
||||
console.log(myName);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user