0
2
llucycodes42
export default is a keyword that indicates that this function should not be exported from the module. It is used to avoid creating a name conflict with a function that is already defined in a different module.
Shortcut: ednf
export default function first(second) {third}