Skip to content

Commit 64e38dd

Browse files
committed
#1 app.ts:
- added type annotation "string"
1 parent 36ad31e commit 64e38dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: app.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
let message = 'Hello World';
1+
const message: string = 'Hello World';
22

33
console.log(message);
4+

0 commit comments

Comments
 (0)