This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Johnny Lowe
about 10 years

Working answer

Sometimes I get stuck on the simple things, in this case I was forgetting to call my function, so here’s my code for anyone who hits a wall lol

Answer 52f10184548c35ffc10027a0

-5 votes

Permalink

There’s not really such a thing as a call function, only calling a function. Functions are blocks of code that can be called over and over, but if left uncalled, it’ll just sit there and do nothing.

points
Submitted by Devieus
about 10 years