I’m just starting the section “Intermediate Javascript Modules”- In this section, when we call function we have to use the function key word … in the sections leading up to this, we were able to remove that keyword and just call the function using the appropriate syntax. Why is that? How would I determine whether it is necessary to include the word function or not? s it if you are calling a function from another file then it has to be written? Thanks in advance.
Https://www.codecademy.com/courses/introduction-to-javascript/lessons/modules/exercises/import