@[email protected] to [email protected] • 2 months agoWhat is the smallest hill you would die on?message-square360fedilinkarrow-up1137arrow-down12
arrow-up1135arrow-down1message-squareWhat is the smallest hill you would die on?@[email protected] to [email protected] • 2 months agomessage-square360fedilink
minus-square@[email protected]linkfedilinkEnglish1•2 months agovoid main() { //code } No, all in one line baby!! I haven’t done JavaScript in a while but I think that will work. After coming from python I thought it was funny you could just put everything in one line.
minus-square@[email protected]linkfedilink2•2 months agoFor Javascript it’s () => { }. Lamba functions! Because at least it’s more readable than Perl.
void main() { //code }
No, all in one line baby!! I haven’t done JavaScript in a while but I think that will work. After coming from python I thought it was funny you could just put everything in one line.
For Javascript it’s
() => { }
. Lamba functions! Because at least it’s more readable than Perl.Thanks, that makes more sense.