function one_bit(x) { return 1 } Solution did not return correct output for x=1. Expected output: 1, got: 0