really recommend you to use proper names instead of single letter variables.
`o` is an alias for `observable`. `observable` can be used as well.
`h` is the pragma, comes from hyperscript. it's used by a lot of libraries as the createElement function name so I didn't think this needed a more descriptive name.