Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474a00a commit 46c3ca6Copy full SHA for 46c3ca6
Week1/homework/step4.js
@@ -1,7 +1,7 @@
1
let myString = "Lokman Dlimi";
2
-console.log("the value of my string will be:" + typeof myString);
+console.log("the value of my string will be: lokman Dlimi");
3
console.log( myString);
4
-myString = 34;
5
+myString = "Dlimi";
+console.log("the value of my string will be:Dlimi");
6
7
0 commit comments