Y
Hacker News
new
|
ask
|
show
|
jobs
by
rpz
899 days ago
I’m in the same boat. Outside of a professional setting atw style is the only way I write code. 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.
1 comments
merriman-xyz
894 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?
link
rpz
893 days ago
D=document;E=“getElementById”; D[E](“myId”)
link
How do you write with this style in JS?