Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
ansgri
10y ago
0 comments
Share
Am I right that len(" null") here is 5, so it's working incorreclly?
0 comments
default
newest
oldest
daveloyall
10y ago
I think the joke here is that javascript has a long history of thinking that this:
null
is the same as this:
"null"
...Which it isn't.
rbobby
10y ago
Thought it was a typo on my part... but HN seems to be trimming running spaces.
talideon
10y ago
HN isn't: your browser is. Runs of whitespace are collapsed in HTML to single spaces unless specifically styled otherwise. You can verify that they're there by viewing the page source.
deadowl
10y ago
I like to use non-breaking spaces for that kind of thing, although they still might collapse that? At least it doesn't wrap non-breaking spaces.
1 more reply
j
/
k
navigate · click thread line to collapse