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",
|
2016-07-04 00:56:13 +02:00
|
|
|
"url":"/js/call"
|
2016-07-02 16:18:39 +02:00
|
|
|
},{
|
|
|
|
"name": "Sequencing Commands",
|
2016-07-04 00:56:13 +02:00
|
|
|
"url":"/js/sequence"
|
2016-06-15 12:31:13 +02:00
|
|
|
}
|
2016-07-02 16:18:39 +02:00
|
|
|
]
|
|
|
|
```
|