While this topic has been covered in the past (local variables vs. instance variables), I was hoping for a bit of help. I've read all sorts of documentation on this subject and while I loosely understand that a local variable exists within a block and an instance variable can be called on and used by other methods, I was hoping to get more clarity from the community.
Can any of you be so kind as to explain what a local variable is vs. and instance variable in the context of an example? Possibly a user story? I'd prefer not to see any code, rather see a story then write code around that story as an exercise. Example; "here is the story of a local variable; Jane goes to the store..." Or, "here's the story of an instance variable, Bill goes to the store..." etc.
I see a lot of other folks are struggling with this, so I am guessing that two quality stories should go A LONG way in helping LOTS of noooobs like me.
Thanks!!!