Lesson 1 of 7

Tap the word that belongs in the gap.

function square(x: number)___ {    return x * x; }