🔍

return

Early return from a function

Syntax: return x; return[x]

o){return 1;2}[]
1
o)