01
Chapter Introduction to Blockly
02
- De nitions
- Basic blocks in Blockly
- Math Blocks and Operators
- Other Math Blocks
- Even and Odd Numbers
- Positive and Negative Numbers
- Prime Numbers
Chapter Variables
- Intro to Variables
- Creating a variable
- Assigning Values to a Variable
- Updating Value of a Variable
- Data types
- Naming a variable
- Comments
Chapter Operators
03
04
Chapter
05
Chapter
- Comparison Operators
Strings
- Intro to Strings
- Length of a string
- Empty String
- Taking inputs from the User
- Letter Case
- Combining Strings
- Other String Blocks
Conditions
- If-else statement
- If-do block
- If-else block
- Else-if block
- Conditions using Logical Operators
08 15
01 - Logical Operators
23
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
23
24
25
26
27
28
29
29
30
31
32
33
34
35