all pix are 300px wide

This commit is contained in:
Tom Ball
2016-06-19 17:50:22 -07:00
parent cd0b2a646f
commit cf3e8684d5
11 changed files with 1 additions and 1 deletions

View File

@ -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) {