Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 3.16 KB

README.md

File metadata and controls

33 lines (30 loc) · 3.16 KB

Learn Scala

This repo will cover all the concepts required to learn Scala from the scratch

I have created this repo as a part of self-learning and development activity by referring the Youtube Playlist

Learning Flow

  1. Create Singleton Object with main()
  2. Basic Data Types
  3. String Interpolation
  4. Conditions and Loops
    1. if and Else
    2. While Loop
    3. do While Loop
    4. For Loop
  5. Match Expressions
  6. Functions
    1. Basic Functions
    2. Nested Object Functions
    3. Default Value Function
    4. Operator as Function Names
    5. Anonymous Function
    6. Higher Order Functions
    7. Partially Applied Functions
    8. Closures
    9. Currying
  7. Arrays
  8. Collection
    1. List
    2. Set
    3. Map
    4. Tuple
    5. Options