# interview **Repository Path**: bllx_admin/interview ## Basic Information - **Project Name**: interview - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-09-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 主要是针对面试中遇到的问题的知识点的整理,其次还会涉及到一些技术点的demo整理 ### 目录 1. [vue中的key](https://gitee.com/bllx_admin/interview/blob/master/vue-key.md) 2. [字符串的反转实现](https://gitee.com/bllx_admin/interview/blob/master/stringReverse.md) 3. [Promise的使用](https://gitee.com/bllx_admin/interview/blob/master/Promise.md) 4. [JS的性能知识点](https://gitee.com/bllx_admin/interview/blob/master/JSperformance.md) 5. [封装一个删除数组中多个元素的方法](https://gitee.com/bllx_admin/interview/blob/master/remove.js)