this post was submitted on 11 Dec 2023
30 points (78.8% liked)

JavaScript

2466 readers
1 users here now

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] CameronDev@programming.dev 5 points 2 years ago (8 children)
[–] spartanatreyu@programming.dev 10 points 2 years ago (6 children)

Pretty sure they meant match as in pattern matching, not switch as in switch/case/break.

You can see the proposal here: https://github.com/tc39/proposal-pattern-matching

[–] snowe@programming.dev 1 points 2 years 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 2 years ago

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

load more comments (4 replies)
load more comments (5 replies)