Skip to content

Commit

Permalink
#1 app.ts:
Browse files Browse the repository at this point in the history
- added type annotation "string"
  • Loading branch information
KlugeCh committed Mar 30, 2021
1 parent 36ad31e commit 64e38dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
let message = 'Hello World';
const message: string = 'Hello World';

console.log(message);

0 comments on commit 64e38dd

Please sign in to comment.