Open NeckerFree opened 2 years ago
To highlight: A well organized structure
In the file addToList.js, please use a variable to store the result of the function storeRecords() for no repeat the invocation.
https://github.com/zkr024/Leaderboard/blob/c918ade1c03683afdf9b3aca6427d661734794b5/src/modules/variables.js#L1-L4
Good Idea to put all the important variables of the document in a separate module. an improvement could be encapsulating them all in an object and, that way you export the object only.
To highlight: A well organized structure
In the file addToList.js, please use a variable to store the result of the function storeRecords() for no repeat the invocation.