reorganizing some more
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
let s = "Hello";
|
||||
console.log(
|
||||
s.concat(" there!")
|
||||
.toUpperCase()
|
||||
.replace("THERE", "you")
|
||||
.concat(" You're amazing!")
|
||||
);
|
||||
Reference in New Issue
Block a user