baseToNumber
Overthinking ruins you. Ruins the situation, twists it around, makes you worry and just makes everything much worse than it actually is. — Unknown
本文为 《lodash 源码阅读》 系列文章,后续内容会在 github 中发布,欢迎 star,gitbook 同步更新。
依赖
源码
原理
baseToNumber
相较于 Number()
,主要增加了对 Symbol
转换的优化,针对 Symbol
的特殊处理原因,我另起一篇文章讲解 从 ECMAScript 中理解 Symbol 类型转换。
相关链接
Last updated
Was this helpful?