Small doc fixes and many tiny edits. (#439)
This commit is contained in:
committed by
Peli de Halleux
parent
edaf2b0403
commit
78d1ce26be
@ -171,6 +171,7 @@ To comment a block of code:
|
||||
Notes
|
||||
* When you right-click on the icon that appears before the words on a block, notice that there are other options available to you that allow you to duplicate and delete blocks, as well as get help. Feel free to explore and use these as you code.
|
||||
* In JavaScript, you can add a comment by using two forward slashes, then typing your comment. The two forward slashes tell JavaScript that the following text (on that same line) is a comment.
|
||||
|
||||
```typescript
|
||||
// Display a happy face when button A is pressed.
|
||||
```
|
||||
|
Reference in New Issue
Block a user