this post was submitted on 11 Dec 2023
32 points (79.6% liked)

JavaScript

1961 readers
1 users here now

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] snowe@programming.dev 1 points 10 months ago (1 children)

they also said switch expressions, which indicates they want the switch statement to be settable directly to a variable with whatever the return type of the switch is.

[โ€“] spartanatreyu@programming.dev 2 points 10 months ago

Match already returns the value which can be thrown into a variable.