implement tests

This commit is contained in:
2020-01-20 19:33:07 +01:00
parent 295bcaec8a
commit e5baad62e6
4 changed files with 49 additions and 18 deletions

View File

@@ -171,7 +171,7 @@ function or(a, b) {
}
function not(a) {
return (!a);
return !a;
}
add(1, 1);