Use const in js examples
Created by: fulldecent
In the documentation at:
there are examples of using JavaScript to drive Bootstrap. That's great.
These use var
where const
can be more appropriate.
Recommending to prefer using const
whenever possible.