Imgflip Logo Icon
EliseoCastillo (2)
Joined 2024-03-18
0 Featured Images
0 Creations
1 Comment

Latest Comments

Untitled Image in MS_memer_group
0 ups, 2mo
function start(){
square(5);
}
function square(x){
var squareX = x * x;
return squareX;
}