nas5w/javascript-tips-and-tidbits
A continuously-evolving compendium of javascript tips based on common areas of confusion or misunderstanding.
MIT
Issues
- 0
- 0
- 5
Explaining var, let and const. Using const in examples when reference is not reassigned. Adding an example of promise chaining. Pointing out that an async function will return a promise.
#12 opened by JasonMatthewsDev - 0
Suggest using += instead of ++
#26 opened by eridal - 2
Number of primitive types
#24 opened by j127 - 1
- 0
JSON deep comparison
#20 opened by franklyT - 0
DOM Manipulation
#21 opened by franklyT - 2
Description of function push() is not correct
#19 opened by Xeronic - 11
Open call for tips!
#3 opened by nas5w - 8
Functions vs. arrow functions
#11 opened by nas5w - 7
Add initialValue to reduce method
#15 opened by RinatValiullov - 2
Typo in Promises example
#16 opened by pvenky - 2
Date formatting via toLocaleDateString
#10 opened by nas5w - 0
- 0
Add Query Selector Shorthand Tip
#8 opened by nas5w - 0
Tiny Correction 2
#5 opened by JackLingwood - 1
Great article, tiny correction.
#4 opened by JackLingwood - 1
Value vs Reference small error
#1 opened by D8ATech