Create
Make a Meme
Make a GIF
Make a Chart
Make a Demotivational
EliseoCastillo
(2)
Joined 2024-03-18
0 Featured Images
0 Creations
1 Comment
Latest Comments
Untitled Image
in
MS_memer_group
reply
EliseoCastillo
0 ups
, 9mo
function start(){
square(5);
}
function square(x){
var squareX = x * x;
return squareX;
}