Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 563 Bytes

api.md

File metadata and controls

38 lines (22 loc) · 563 Bytes

Table of Contents

sayHello

Say hello

Parameters

  • name String name of the person (optional, default Jane)

Examples

With default name

sayHello();
sayHello('John');

Returns String