Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 272 Bytes

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.