Code
All
The Things
Collection of code goodies for next-level dev
Github
Snippets ¯\_(ツ)_/¯
const
Block-scoped. Cannot be re-assigned. Not immutable.
const test = 'test';
let
Block-scoped. Can be re-assigned.
let i = 0;
More to Come...
More to come...
Lorem ipsum dolor sit amet, mea ne viderer veritus menandri, id scaevola gloriatur instructior sit.
let i = 0;