IP属地:湖南
1.专业能力 专业技能==>系统的知识体系(数学,语文-开发文档,英语,经济,艺术)2.展示能力==>github展示代码3.连接能力
开发工具:使用HBuilderX开发;使用脚手架快速搭建;pages.json 页面路由配置。标题,全局窗口样式;manifest.json 配...
es6出现的新特性:循环for(let i=0;i<10;i++),出现for(let str for arr),可以避免我们开拓内存空间,增加...
4.判断当前字符串是否都为小写 isLowerCase const isLowerCase = str => str === str.toLow...
数据处理方法 js中的逻辑 true :1; js中的逻辑 false : 0 “” null NaN Array.isArray() 判断是否...
1、!!强制转成布尔值boolean 假值有: 0 、 “” 、 null 、 undefined 、 false...
function checkType (str, type) { switch (type) { case 'email': ...
前端工具使用最频繁的VS Code,原因很简单,方便,免费,功能强大; 工作之后也用过很多开发工具,IDE工具,插件下载我觉得使用并不方便,而且...