Bernd 05/29/2020 (Fri) 05:30:13 No.37050 del
>>37049
You sure? Most whitespaces are just cosmetic. Maybe at relatively rigid languages like C it matters. In JS you can write a long worm of code. It will be hard to read but should execute.
Well maybe not all whitespaces, for example writing stuff like variable declarations or function definitions without hitting space between keywords will make the code break (do these count as whitespaces anyway?), but enters after lines aren't necessary.