mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-16 04:01:21 +08:00
feat: add jest
cheatsheet.
This commit is contained in:
@ -75,7 +75,6 @@ var a;
|
||||
console.log(a); // => undefined
|
||||
```
|
||||
|
||||
|
||||
### 字符串
|
||||
|
||||
```javascript
|
||||
@ -95,7 +94,6 @@ console.log(single.length);
|
||||
10 % 5 = 0 // 取模 Modulo
|
||||
```
|
||||
|
||||
|
||||
### 注释
|
||||
|
||||
```javascript
|
||||
|
Reference in New Issue
Block a user