DevTips
5 subscribers
49 photos
26 links
Download Telegram
#Tips

Why does 10..toString() work, but 10.toString() does not?
#Points #Promise

🧿 Promise then or catch ?
#Points

🧿 '1'.toString and '1'.__proto__.toString
#Tips #Array

🧿 快速交换数组首尾
#Points

🧿 对象的键值只能是字符串Symbol
#Points

🧿 Array.is and ===
#Tips

Axios Cancellation (AbortController)

⚠️ CancelToken was deprecated
#React

useEffect 在 React 18 后的变化
#Array

Array.ofArray 的区别