Question: Ruby and JSON Complete the method below in the school.rb file which will return the reversed string value of the students name from the .json

Ruby and JSON Complete the method below in the school.rb file which will return the reversed string value of the students name from the .json file Example: "Jim" becomes "mi" school.json "students": [ "age": "nineteen", "Major: "Computer Science", "class": "Junior", "name": "Jonathan "age": "twenty-one", "Major": "Electrical Engineering", "class": "Senior", "name": "Jim" school.rb ef reverse_the_students_name #fill in the code here End
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
