Skip to content

7.11 good example uses bad example from 7.1 #1636

@vorpus

Description

@vorpus
// bad
const foo = function () {
  // ...
};
// good
const x = function () {};
const y = function a() {};

Proposed #1637

const x = () => { ... };
const y = function a() {};

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions