Content
@
0 reply
0 recast
0 reaction
Sunny
@sunny90
GM, frontend. I am learning Frontend and want to share some small tip everyday. It is basic knowledge so that I want to note for myself. Tip: Use "let" and "const" instead of "var" to prevent scope issues. const for constants and let for variables that can change
0 reply
0 recast
0 reaction