Blocks2JS - Command Responder lesson (#1791)
* text and pics for 'switch' lesson * download/try 'on' not 'to'
This commit is contained in:
committed by
Peli de Halleux
parent
8852aaf195
commit
45e85cba6d
@@ -45,6 +45,13 @@ Are you ready to try JavaScript to write your code?
|
||||
"cardType": "side",
|
||||
"imageUrl": "/static/courses/blocks-to-javascript/conditional-loops.png"
|
||||
},
|
||||
{
|
||||
"name": "Command Responder",
|
||||
"description": "Code a network command responder and learn how to use the switch statement in JavaScript",
|
||||
"url": "/courses/blocks-to-javascript/command-responder",
|
||||
"cardType": "side",
|
||||
"imageUrl": "/static/courses/blocks-to-javascript/command-responder.png"
|
||||
},
|
||||
{
|
||||
"name": "Writing Functions",
|
||||
"description": "Writing reusable functions in JavaScript",
|
||||
@@ -60,5 +67,7 @@ Are you ready to try JavaScript to write your code?
|
||||
[Hello JavaScript](/courses/blocks-to-javascript/hello-javascript),
|
||||
[Starter Blocks](/courses/blocks-to-javascript/starter-blocks),
|
||||
[Writing Code](/courses/blocks-to-javascript/writing-code),
|
||||
[Complex Conditionals](/courses/blocks-to-javascript/complex-conditionals),
|
||||
[Conditional Loops](/courses/blocks-to-javascript/conditional-loops),
|
||||
[Command Responder](/courses/blocks-to-javascript/command-responder),
|
||||
[Writing Functions](/courses/blocks-to-javascript/writing-functions)
|
||||
|
||||
Reference in New Issue
Block a user