Module filename

Report a typo

The code snippet below is a module.

export const summarize = (a, b) => a+b;

Give a proper name for the file that contains this module.

A file is usually named after the module it contains.
Enter a short text
___

Create a free account to access the full topic