Closed oliver3 closed 5 months ago
If you use only let and const, it is enough to create a block with {} to avoid polluting the global namespace with the variables.
let
const
{}
This is how it is done in Django since https://github.com/django/django/pull/12767
If you use only
let
andconst
, it is enough to create a block with{}
to avoid polluting the global namespace with the variables.This is how it is done in Django since https://github.com/django/django/pull/12767