id/email | |
password | |
forgot password | create account |
Function Call | Return Value | |||
---|---|---|---|---|
combine("Car", "wash") | → | |||
combine("Hello", " world") | → | |||
combine("5", "8") | → | |||
combine("Snow", "ball") | → | |||
combine("Rain", "boots") | → | |||
combine("Reading", "bat") | → | |||
combine("AAA", "Hi") | → | |||
combine("Hi", "there") | → | |||
combine(" ", " ") | → |
Experiment with this code on Gitpod.io