pawelkonior / js_notes_pyt_s_14

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS notes

x var let const
re-initialisation yes yes no
re-declaration yes no no
scope function block block
hoisting yes yes TDZ yes TDZ

About


Languages

Language:JavaScript 95.2%Language:HTML 4.8%