4cd1d6d1c3
* Add 'Writing Functions' lesson to Block2JS * Minor edits to 'hello-js' * better blocks2js transition flow * 'lines' to 'blocks' * Base off master
50 lines
1.5 KiB
Markdown
50 lines
1.5 KiB
Markdown
# Blocks to JavaScript
|
|
|
|
## ~ avatar
|
|
|
|
Are you ready to try JavaScript to write your code?
|
|
|
|
## ~
|
|
|
|
### Projects
|
|
|
|
```codecard
|
|
[
|
|
{
|
|
"name": "Hello JavaScript",
|
|
"description": "Learn how to convert your code from blocks to JavaScript",
|
|
"url": "/courses/blocks-to-javascript/hello-javascript",
|
|
"cardType": "side",
|
|
"imageUrl": "/static/courses/blocks-to-javascript/hello-javascript.png"
|
|
},
|
|
{
|
|
"name": "Starter Blocks",
|
|
"description": "Begin with blocks and then jump into JavaScript",
|
|
"url": "/courses/blocks-to-javascript/starter-blocks",
|
|
"cardType": "side",
|
|
"imageUrl": "/static/courses/blocks-to-javascript/starter-blocks.png"
|
|
},
|
|
{
|
|
"name": "Writing Code",
|
|
"description": "Writing JavaScript on your own",
|
|
"url": "/courses/blocks-to-javascript/writing-code",
|
|
"cardType": "side",
|
|
"imageUrl": "/static/courses/blocks-to-javascript/writing-code.png"
|
|
},
|
|
{
|
|
"name": "Writing Functions",
|
|
"description": "Writing reusable functions in JavaScript",
|
|
"url": "/courses/blocks-to-javascript/writing-functions",
|
|
"cardType": "side",
|
|
"imageUrl": "/static/courses/blocks-to-javascript/writing-code.png"
|
|
}
|
|
]
|
|
```
|
|
|
|
## See Also
|
|
|
|
[Hello JavaScript](/courses/blocks-to-javascript/hello-javascript),
|
|
[Starter Blocks](/courses/blocks-to-javascript/starter-blocks),
|
|
[Writing Code](/courses/blocks-to-javascript/writing-code),
|
|
[Writing Functions](/courses/blocks-to-javascript/writing-functions)
|