Skip to content

Commit

Permalink
Update link
Browse files Browse the repository at this point in the history
  • Loading branch information
Heather Faerber committed Feb 4, 2025
1 parent bc9b40e commit c0aa480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module4/lessons/intro-to-typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ TypeScript is a superset of JavaScript that introduces static type definitions.
<section class="note">
### TypeScript Playground

As we are working through code samples today, you may find it useful to use this [TypeScript Playground](https://www.typescriptlang.org/playground) to run your code.
As we are working through code samples today, you may find it useful to use this [TypeScript Playground site](https://www.typescriptlang.org) to create a playground to run your code.
</section>

## JavaScript vs TypeScript
Expand Down

0 comments on commit c0aa480

Please sign in to comment.