We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54df570 commit 05d7c23Copy full SHA for 05d7c23
JavaScript/a-thenable.js
@@ -4,7 +4,6 @@ const fs = require('fs');
4
5
class Thenable {
6
constructor() {
7
- this.thenHandler = null;
8
this.next = null;
9
}
10
0 commit comments