I understand that in this way:
- Tuples not supported, the last item is returned, for a Python programmer perspective.
- It's a function call. Function name is not given, so the last argument is returned.
yes. its doing `(false, false, true)` basically. last argument is true.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...