diff --git a/docs/javascript.md b/docs/javascript.md index b15887cf..a76562a6 100644 --- a/docs/javascript.md +++ b/docs/javascript.md @@ -29,9 +29,3 @@ Visit the cards below to starting programming JavaScript and TypeScript with the "url": "/js/classes" }] ``` - -## More information on TypeScript - -You can write micro:bit programs in a subset of [TypeScript](https://www.typescriptlang.org), which is a superset of JavaScript. -Many micro:bit programs, especially at the beginner's level, are just plain JavaScript. See [more details](https://www.pxt.io/language) -on the subset of TypeScript supported.