pxt-calliope/docs/javascript.md

15 lines
358 B
Markdown
Raw Normal View History

2016-06-17 18:01:29 +02:00
# JavaScript
2016-06-15 12:31:13 +02:00
2016-07-02 16:18:39 +02:00
If you already know some JavaScript, you might be interested in [the JavaScript and TypeScript languages](/js/lang).
Otherwise, visit the cards below to starting programming JavaScript with the micro:bit:
```codecard
[{
"name": "Calling Functions",
"url":"/js/call.md"
},{
"name": "Sequencing Commands",
"url":"/js/sequence.md"
2016-06-15 12:31:13 +02:00
}
2016-07-02 16:18:39 +02:00
]
```