Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 251 Bytes

File metadata and controls

15 lines (10 loc) · 251 Bytes

API documentation

.hello(name)

Parameter: name Type: String Example: Jaguard

The "hello" method is responsible for showing a name.

How to use this method

experiments.hello("Jaguard"); // "Hello Jaguard"