Irelephant@lemm.ee to Programmer Humor@programming.devEnglish · 7 hours agolooks good to melemm.eeimagemessage-square15fedilinkarrow-up1316arrow-down15cross-posted to: programmerhumor@lemmy.ml
arrow-up1311arrow-down1imagelooks good to melemm.eeIrelephant@lemm.ee to Programmer Humor@programming.devEnglish · 7 hours agomessage-square15fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareKaryoplasma@discuss.tchncs.delinkfedilinkarrow-up4·edit-22 hours agoStarting with Java 21 (I think), they’ve introduced ignored variables, so you can now actually do this: try { operation(); } catch (Exception _) { // nice weather, eh? } Edit: forgot that this is about JS lel
Starting with Java 21 (I think), they’ve introduced ignored variables, so you can now actually do this:
try { operation(); } catch (Exception _) { // nice weather, eh? }
Edit: forgot that this is about JS lel
Same thing right?