SHERlocked93

Results 5 issues of SHERlocked93

MDN: [运算符优先级](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Operators/Operator_Precedence) 优先级 运算类型 关联性 运算符 21 圆括号 n/a(不相关) ( … ) 20 成员访问 从左到右 … . … 需计算的成员访问 从左到右 … [ … ] new (带参数列表) n/a new … (...

在 MacOS `10.15.7` Chrome浏览器 `86.0.4240.198` 中: 1. 使用crx直接安装的方式,报下面这个错 ![image](https://user-images.githubusercontent.com/24636076/99047674-7e28e780-25cf-11eb-94aa-562808ee7484.png) 2. 使用 开发者模式 -> 加载已解压的拓展程序 报下面这个错 ![image](https://user-images.githubusercontent.com/24636076/99047551-533e9380-25cf-11eb-9017-5023645d98e9.png)

ams 版本:0.25.17 开发中报 Eslint 错, `ESLint: Definition for rule 'function-call-argument-newline' was not found(function-call-argument-newline)` 这个 `function-call-argument-newline` 规则,是 Eslint `6.2.0` 之后新增加的[规则](https://eslint.org/blog/2019/08/eslint-v6.2.0-released#top) ,而 ams 0.25.17 的 Eslint 版本为 5.16.0,希望提升到最新版本,解决 Eslint 报错问题 ![image](https://user-images.githubusercontent.com/24636076/85969016-0a5bb900-b9f9-11ea-9539-c3b590a8e642.png) ![image](https://user-images.githubusercontent.com/24636076/85969023-0f206d00-b9f9-11ea-8c5a-3f15ee6f6acc.png)

应该使用 `count_if` 而不是 `find_if`

这样可以方便瞅瞅是啥样啊