diff --git a/docs/javascript.md b/docs/javascript.md index 9cb3e54e..ca3815f0 100644 --- a/docs/javascript.md +++ b/docs/javascript.md @@ -4,7 +4,7 @@ You can write micro:bit programs in a subset of [TypeScript](https://www.typescr Many micro:bit programs, especially at the beginner's level, are just plain JavaScript. TypeScript introduces class-based object-oriented programming, such as: -```js +```typescript class Greeter { greeting: string; constructor(message: string) { diff --git a/docs/static/mb/projects/a1-display.png b/docs/static/mb/projects/a1-display.png index 55da986b..c835b4fa 100644 Binary files a/docs/static/mb/projects/a1-display.png and b/docs/static/mb/projects/a1-display.png differ diff --git a/docs/static/mb/projects/a10-watch.png b/docs/static/mb/projects/a10-watch.png index a27b1891..9781b759 100644 Binary files a/docs/static/mb/projects/a10-watch.png and b/docs/static/mb/projects/a10-watch.png differ diff --git a/docs/static/mb/projects/a2-buttons.png b/docs/static/mb/projects/a2-buttons.png index 469445ab..ed882419 100644 Binary files a/docs/static/mb/projects/a2-buttons.png and b/docs/static/mb/projects/a2-buttons.png differ diff --git a/docs/static/mb/projects/a3-pins.png b/docs/static/mb/projects/a3-pins.png index 55fa7aad..4ca19601 100644 Binary files a/docs/static/mb/projects/a3-pins.png and b/docs/static/mb/projects/a3-pins.png differ diff --git a/docs/static/mb/projects/a4-motion.png b/docs/static/mb/projects/a4-motion.png index 7e9e31f3..10ea6a2d 100644 Binary files a/docs/static/mb/projects/a4-motion.png and b/docs/static/mb/projects/a4-motion.png differ diff --git a/docs/static/mb/projects/a5-compass.png b/docs/static/mb/projects/a5-compass.png index 644008a9..3d7f8655 100644 Binary files a/docs/static/mb/projects/a5-compass.png and b/docs/static/mb/projects/a5-compass.png differ diff --git a/docs/static/mb/projects/a6-music.png b/docs/static/mb/projects/a6-music.png index 2eaa244d..0ec2718c 100644 Binary files a/docs/static/mb/projects/a6-music.png and b/docs/static/mb/projects/a6-music.png differ diff --git a/docs/static/mb/projects/a7-conductive.png b/docs/static/mb/projects/a7-conductive.png index 4ea87138..3ae20a63 100644 Binary files a/docs/static/mb/projects/a7-conductive.png and b/docs/static/mb/projects/a7-conductive.png differ diff --git a/docs/static/mb/projects/a8-network.png b/docs/static/mb/projects/a8-network.png index 6849a27e..9ac1f2f5 100644 Binary files a/docs/static/mb/projects/a8-network.png and b/docs/static/mb/projects/a8-network.png differ diff --git a/docs/static/mb/projects/a9-radio.png b/docs/static/mb/projects/a9-radio.png index ff3b269e..80d48107 100644 Binary files a/docs/static/mb/projects/a9-radio.png and b/docs/static/mb/projects/a9-radio.png differ