Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 46c3ca6

Browse files
authored
Update step4.js
I appologise to you ,but i thought that what was required was more complicated than this and not simple
1 parent 474a00a commit 46c3ca6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Week1/homework/step4.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
let myString = "Lokman Dlimi";
2-
console.log("the value of my string will be:" + typeof myString);
2+
console.log("the value of my string will be: lokman Dlimi");
33
console.log( myString);
4-
myString = 34;
5-
console.log("the value of my string will be:" + typeof myString);
4+
myString = "Dlimi";
5+
console.log("the value of my string will be:Dlimi");
66
console.log( myString);
77

0 commit comments

Comments
 (0)