Editorial: document that functions are objects #3250
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The phrase "is an object" links to The Object Type, but if someone is clicking that link they probably want to know the answer to the question "are functions objects in this sense". The answer is yes, but to discern that from the current section you need to go down to between two tables in the Object Internal Methods and Internal Slots subsection and find the "Table 5 summarizes additional essential internal methods that are supported by objects that may be called as functions. A function object is an object that supports the [[Call]] internal method" bit.
This PR adds a paragraph pointing out that functions are objects to the introduction of the Object Type section, where it has some hope of being seen.