Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 272 Bytes

solution.md

File metadata and controls

7 lines (4 loc) · 272 Bytes

Broken Greetings

Java - Greet return string contained parameters at wrong places, yourName should be first and name second.

Javascript - add this to name in greet return.

Ruby - prefix name with @. This is Ruby syntax for instance variables.