Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Commit 1f8ba09

Browse files
update readme
1 parent 1b9ca94 commit 1f8ba09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ _For ES6_: const util = require('util');
7878
- `assert6`
7979

8080
**Consoles Shorthand**
81-
- `cl` console.log()
81+
- `clo` console.log()
8282
- `cw` console.warn()
8383
- `cd` console.dir()
8484
- `ci` console.info()
@@ -124,6 +124,7 @@ _For ES6_: const util = require('util');
124124
- `kv` key:value pair (object)
125125
- `fnm` method (object)
126126
- `fn` anonymous function
127+
- `fno` anonymous function without parameter
127128
- `fnn` named function
128129
- `fne` function expression
129130
- `iife` immediately invoked function expression

0 commit comments

Comments
 (0)