Урок 1 из 7

Tap the word that belongs in the gap.

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