jopsozepsi@lemmy.world to Programmer Humor@programming.devEnglish · 1 year agofunction {}message-squaremessage-square12fedilinkarrow-up146arrow-down16file-text
arrow-up140arrow-down1message-squarefunction {}jopsozepsi@lemmy.world to Programmer Humor@programming.devEnglish · 1 year agomessage-square12fedilinkfile-text
minus-squarebcrussin_dev@programming.devlinkfedilinkEnglisharrow-up2·1 year agoI thought you could put curly brackets on a new line in js? Although I know when returning an object it has to be on the same line… fuck JavaScript man
minus-squarezygo_histo_morpheus@programming.devlinkfedilinkEnglisharrow-up1·1 year agoExactly, your options are either mixing curly brackets or putting them all on the right and most people aren’t crazy enough to mix then
I thought you could put curly brackets on a new line in js? Although I know when returning an object it has to be on the same line… fuck JavaScript man
Exactly, your options are either mixing curly brackets or putting them all on the right and most people aren’t crazy enough to mix then