mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
Updating the TS playground link
This commit is contained in:
parent
5a7d3e898b
commit
d430cd82b6
@ -16,7 +16,7 @@ This article will focus only on TypeScript extra syntax, as opposed to
|
|||||||
[JavaScript](/docs/javascript).
|
[JavaScript](/docs/javascript).
|
||||||
|
|
||||||
To test TypeScript's compiler, head to the
|
To test TypeScript's compiler, head to the
|
||||||
[Playground](http://www.typescriptlang.org/Playground) where you will be able
|
[Playground](https://www.typescriptlang.org/play) where you will be able
|
||||||
to type code, have auto completion and directly see the emitted JavaScript.
|
to type code, have auto completion and directly see the emitted JavaScript.
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
|
Loading…
Reference in New Issue
Block a user