2024-01-10
-
Ruby Learning Cont.
- Conditional Logic,
if,elsif,else,unless,casestatements andternaryoperator. - Loops -
loop,while,for,untilloops andupto and downtoloops,timesanditerators. - Blocks - single line blocks and multi line blocks
- Arrays
Array.new,.first&.lastfunctions ,push & popof elements,shift and unshiftof elements. - Hashes
Hash.new,Accessing values from key, adding and updating values, merging two hashes and hashes with symbols - Methods
- Conditional Logic,
Solved exercises of Odin Project for the Arrays, Hashes,Methods