Which of these statements call a function?

saveProgress();saveProgress{};saveProgress[];

You got it!

To call a function, we need to place parentheses after the function name: saveProgress().