diff --git a/testable.js b/testable.js index 4498e0d..8ad84c2 100644 --- a/testable.js +++ b/testable.js @@ -4,14 +4,3 @@ // }; // // aaa.say = aaa.say.bind({name: "bbb"}); -// -// aaa.say(); -// -// Promise.resolve().then(() => console.log("rrr")) -// -// -// (function () { -// console.log('xxx'); -// })(); -// -//