<aside> 💡 Notion Tip: Tag pages to let collaborators know what they can expect to use the page for. You can add one or many tags to any page in a wiki.

</aside>

Part 1 - Common Programming Concepts

1. Konsep varibale immutable

2. Tipe Data

3. Function basic

4. Control Flow (Conditional / If else)

Part 2 - Ownership and borrowing concept

1. What is Ownership ?

2. References and Borrowing

Part 3 - Common Collection (Vector and Hashmap)

1. Vector = Storing Lists of Values

2. Hash Map = Storing Lists of Values (1)

ZTM Course