5 ms·
Definitely. function one_bit(x) { return 1 } Solution did not return correct output for x=1. Expected output: 1, got: 0 umm... ok
by sachleen 13y ago
Definitely.
function one_bit(x) {
return 1
}
Solution did not return correct output for x=1. Expected output: 1, got: 0
umm... ok