Hacker News new | ask | show | jobs
by Frikki 3864 days ago
It’s no more "HTML" in your JavaScript than if you do `document.createElement('div')`.

`h` is method that returns a JavaScript object; not HTML.

1 comments

I don't use document.createElement('div') in any but very rare situations either.