javascript icon indicating copy to clipboard operation
javascript copied to clipboard

ISSUE#3032

Open JASH9898567 opened this issue 10 months ago • 0 comments

Made some changes such as-

  1. export const MY_CONSTANT = 'should obviously not be uppercased' . In place of THING_TO_BE_CHANGED, it created unnecessary confusion as export const is not going to change across different files.

  2. Another is an example of //good coding in README - export const MY_EXPORTED_FUNCTION = () => { return 'hello function'; }; . As no example of this was already available in file.

Fixes #3032.

JASH9898567 avatar Dec 15 '24 22:12 JASH9898567