-
Notifications
You must be signed in to change notification settings - Fork 3
Basic Road Map
Tushar Tuteja edited this page Sep 27, 2016
·
2 revisions
#Basic Introduction
-
Data types
-
Number
-
Boolean
-
Strings
-
-
Variables
-
Arithmetic
-
Print
-
String Object
- String methods
-
Comments
- Single line
- Multi line
-
Naming Conventions
- Methods
- Variables
- Classes
-
Function chaining
-
Control Flow
- If
- Else
- Elif
- Conditional operators
- && ||
- Not
-
Loops
- While
- For loop
- Each operator
-
Collections : Arrays
- Create array
- Access by index
- They are lists
-
Collections : Hashes
- Create a hash
- For each | key,value|
- For each gives keys
- Sorting the hash
-
Methods
- Define them
- Passing * args
- Hash at the end
-
Blocks
-
Sorting
-
Lambda Function
-
Map Function
-
List Comprehension