From 8606a00701be0ad47adb5ad45eee031e3b1d0c0f Mon Sep 17 00:00:00 2001 From: Tom Ball Date: Tue, 26 Jul 2016 00:37:14 -0400 Subject: [PATCH] remove link to pxt --- docs/javascript.md | 6 ------ 1 file changed, 6 deletions(-) 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.