September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -1,14 +0,0 @@
|
|||
function a(bool) {
|
||||
console.log('a -->', bool);
|
||||
|
||||
return bool;
|
||||
}
|
||||
|
||||
function b(bool) {
|
||||
console.log('b -->', bool);
|
||||
|
||||
return bool;
|
||||
}
|
||||
|
||||
var x = a(false) && b(true),
|
||||
y = a(true) || b(false);
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
a --> false
|
||||
a --> true
|
||||
Loading…
Add table
Add a link
Reference in a new issue