auto commit
This commit is contained in:
parent
f2e1f0755e
commit
4ad35c0ea8
@ -156,3 +156,4 @@ str.last(); // 5 执行到这一句,后台依然会偷偷的干这些事
|
||||
|
||||
-*EOF*-
|
||||
|
||||
|
||||
|
||||
@ -1367,3 +1367,4 @@ if(a == 1 && a == 2 && a == 3){
|
||||
|
||||
-*EOF*-
|
||||
|
||||
|
||||
|
||||
@ -421,3 +421,4 @@ const food = "rice";
|
||||
|
||||
-*EOF*-
|
||||
|
||||
|
||||
|
||||
@ -180,3 +180,4 @@ fn();
|
||||
|
||||
-*EOF*-
|
||||
|
||||
|
||||
|
||||
@ -197,3 +197,4 @@ test.addEventListener("click", fn2, false);
|
||||
|
||||
-*EOF*-
|
||||
|
||||
|
||||
|
||||
@ -576,3 +576,4 @@ e.init();
|
||||
|
||||
-*EOF*-
|
||||
|
||||
|
||||
|
||||
@ -239,3 +239,4 @@ console.log(19571992547450991===19571992547450992); // true
|
||||
|
||||
-*EOF*-
|
||||
|
||||
|
||||
|
||||
@ -292,3 +292,4 @@ console.log(public);
|
||||
|
||||
-*EOF*-
|
||||
|
||||
|
||||
|
||||
@ -331,3 +331,4 @@ function throttle(func, wait) {
|
||||
|
||||
-*EOF*-
|
||||
|
||||
|
||||
|
||||
@ -114,3 +114,4 @@ console.log(add(1)(2)(3).toString())
|
||||
console.log(add(1, 2, 3)(4).toString())
|
||||
console.log(add(1)(2)(3,4,5)(6,7).toString())
|
||||
|
||||
|
||||
|
||||
@ -129,3 +129,4 @@ setTimeout(()=>{
|
||||
// promise1
|
||||
// timer2
|
||||
// promise2
|
||||
|
||||
|
||||
@ -38,3 +38,4 @@ console.log(a);
|
||||
|
||||
var x = '';
|
||||
eval(x)
|
||||
|
||||
|
||||
@ -425,3 +425,4 @@ body{
|
||||
|
||||
-*EOF*-
|
||||
|
||||
|
||||
|
||||
@ -53,3 +53,4 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -8042,3 +8042,4 @@ console.log(a + 7);
|
||||
>
|
||||
> 因为会自动调用 a 函数的 *toString* 方法。
|
||||
|
||||
|
||||
|
||||
@ -1528,3 +1528,4 @@ a.toString = function () {
|
||||
};
|
||||
console.log(a + 7);
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user