Untitled

 avatar
unknown
plain_text
10 months ago
63 B
13
Indexable
const kare = (sayi) => sayi * sayi;
console.log(kare(9)); // 81
Editor is loading...
Leave a Comment