node persegi JS

n => n*n
// or
n => Math.pow(n, 2)
potsto