pxt-calliope/docs/javascript.md

32 lines
542 B
Markdown
Raw Normal View History

# JavaScript and TypeScript
2016-06-15 12:31:13 +02:00
Visit the cards below to starting programming JavaScript and TypeScript with the micro:bit:
2016-07-02 16:18:39 +02:00
```codecard
[{
"name": "Calling",
"url": "/js/call"
2016-07-02 16:18:39 +02:00
},{
"name": "Sequencing",
"url": "/js/sequence"
},{
"name": "Variables",
"url": "/js/variables"
},{
"name": "Operators",
"url": "/js/operators"
},{
"name": "Statements",
"url": "/js/statements"
},{
"name": "Functions",
"url": "/js/functions"
},{
"name": "Types",
"url": "/js/types"
},{
"name": "Classes",
"url": "/js/classes"
}]
```