# 学习之路 **Repository Path**: hasakk/way_of_learning ## Basic Information - **Project Name**: 学习之路 - **Description**: 记录我自己的学习只路 - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 学习之路 #### 介绍 记录我自己的学习只路 #### node 安装 https://zhuanlan.zhihu.com/p/63403762 #### 踩坑 1.js很长的数字用parseInt会发生精度丢失 2.[].every(v => v === 1) // true 这个方法对于对于空集合返回 true,因为空集合的任何元素都是 true