Date: 2024-11-21 17:52:21
Score: 2
Natty:
I think this is a personal preference. Some folks may find it preferable to explicitly declare a variable to get the document's id. And another to initialize the charts.
One thing I will mention is that using var
is falling out of flavor in post ES6, in favor of let
or const
.
Reasons:
- Probably link only (1):
- Low length (1):
- Has code block (-0.5):
- Low reputation (0.5):
Posted by: Timeo Williams