@[email protected] to Programmer [email protected]English • 2 years agoadvancedlemmy.worldimagemessage-square31fedilinkarrow-up1423
arrow-up1423imageadvancedlemmy.world@[email protected] to Programmer [email protected]English • 2 years agomessage-square31fedilink
minus-square👍Maximum Derek👍linkfedilinkEnglish48•2 years agoI was going through some js code a few months ago and every function in a module had return; as its first line. And that module was imported into 4 or 5 scripts.
I was going through some js code a few months ago and every function in a module had
return;
as its first line. And that module was imported into 4 or 5 scripts.