Post History
Japt -mx, 2 1 byte u Try it u :Implicit map of input array u :Modulo 2 :Implicit output of sum of resulting array
Answer
#3: Post edited
# [Japt](https://github.com/ETHproductions/japt), 2 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)Takes input as an array of digits.èu[Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=6HU&input=WzEgMiAzIDQgNSA2IDcgOCA5XQ)èu :Implicit input of arrayè :Count the elements that return truthy (1)u : Modulo 2
- # [Japt](https://github.com/ETHproductions/japt) [`-mx`](https://codegolf.meta.stackexchange.com/a/14339/), <s>2</s> 1 [byte](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- u
- [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LW14&code=dQ&input=WzEgMiAzIDQgNSA2IDcgOCA5XQ)
- u :Implicit map of input array
- u :Modulo 2
- :Implicit output of sum of resulting array
#2: Post edited
- # [Japt](https://github.com/ETHproductions/japt), 2 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- Takes input as an array of digits.
- èu
[Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=6HU&input=WzEgMiAzIDQgNSA2IDcgOCA5XQ)
- # [Japt](https://github.com/ETHproductions/japt), 2 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- Takes input as an array of digits.
- èu
- [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=6HU&input=WzEgMiAzIDQgNSA2IDcgOCA5XQ)
- èu :Implicit input of array
- è :Count the elements that return truthy (1)
- u : Modulo 2