2024-01-10

  • Ruby Learning Cont.

    • Conditional Logic, if,elsif,else,unless,case statements and ternary operator.
    • Loops -loop,while,for,until loops and upto and downto loops,times and iterators.
    • Blocks - single line blocks and multi line blocks
    • Arrays Array.new, .first & .last functions , push & pop of elements, shift and unshift of elements.
    • Hashes Hash.new,Accessing values from key, adding and updating values, merging two hashes and hashes with symbols
    • Methods

Solved exercises of Odin Project for the Arrays, Hashes,Methods