Skip to content

Files

Latest commit

26bc36e · Jul 31, 2019

History

History
31 lines (18 loc) · 488 Bytes

working.md

File metadata and controls

31 lines (18 loc) · 488 Bytes

Table of Contents

square

Squares a number.

Parameters

  • n number The number to square

Examples

import { square } from 'project';

square(2);