Y
Hacker News
new
|
ask
|
show
|
jobs
by
merriman-xyz
895 days ago
> I find code easier to manage when I can see more of it at once. I like to use this style in JavaScript as well.
How do you write with this style in JS?
1 comments
rpz
894 days ago
D=document;E=“getElementById”; D[E](“myId”)
link