Skip to content

Commit

Permalink
Add note to TypeScript lesson to use TypeScript playground instead of…
Browse files Browse the repository at this point in the history
… Repl
  • Loading branch information
Kalikoze committed May 21, 2024
1 parent b3d6727 commit 2618d22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lessons/module-2/introduction-to-typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ JavaScript is dynamically typed, meaning variable types are determined at runtim
<section class="call-to-action">
### Example of JavaScript vs TypeScript

**Note:** *For all of today's exercises, we'll use [TypeScript Playground](https://www.typescriptlang.org/playground/){:target="_blank"}. This has TypeScript already incorporated into it and runs significantly better than using Repl.*


**JavaScript:**
```js
let greeting = "Hello, world!";
Expand Down

0 comments on commit 2618d22

Please sign in to comment.