mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-01 12:03:59 -05:00
303 B
303 B
title
| title |
|---|
| Catch Missing Open and Closing Parenthesis After a Function Call |
Catch Missing Open and Closing Parenthesis After a Function Call
- Remember to add opening and closing parentheses when calling a function.
- FunctionName + ();
Solution:
let result = getNine();