DEV Community

Discussion on: JavaScript's Forgotten Keyword (with)

Collapse
 
djlazz3 profile image
Bryan Padron

The only time that I've used this is when in the node console where you can run
with(process) { exit() }, but .exit is definitely a better way to exit

Collapse
 
yw662 profile image
yw662

Or let's make it process?.exit(), then you can use it anywhere :-)