ishthi-flightlogger

Joined

4,120 Experience
41 Lessons Completed
0 Questions Solved

Activity

Posted in Hashes in Ruby Discussion

when we define the key as a string, it gives different objects from memory and when we use as symbol, it gives same object, rocket symbol with String key is mutable and symbol is immutable

Posted in Arrays in Ruby Discussion

Is there any performance issue when we chain methods? or doesn't it take any impact similar to get return value of one method and again use it to another method and so on?