I came across this line in some code today:
const { socketId, setProgramResults } = states!;
What does the ! do? I can't find it documented online, and it doesn't seem to work in the browser console.
I came across this line in some code today:
const { socketId, setProgramResults } = states!;
What does the ! do? I can't find it documented online, and it doesn't seem to work in the browser console.