implement tests
This commit is contained in:
@@ -171,7 +171,7 @@ function or(a, b) {
|
||||
}
|
||||
|
||||
function not(a) {
|
||||
return (!a);
|
||||
return !a;
|
||||
}
|
||||
|
||||
add(1, 1);
|
||||
|
||||
Reference in New Issue
Block a user