pxt-calliope/docs/javascript.md

15 lines
352 B
Markdown
Raw Normal View History

2016-06-17 09:01:29 -07:00
# JavaScript
2016-06-15 06:31:13 -04:00
2016-07-02 10:18:39 -04: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-03 15:56:13 -07:00
"url":"/js/call"
2016-07-02 10:18:39 -04:00
},{
"name": "Sequencing Commands",
2016-07-03 15:56:13 -07:00
"url":"/js/sequence"
2016-06-15 06:31:13 -04:00
}
2016-07-02 10:18:39 -04:00
]
```