You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log1 = [value, value]
call function
log2 = [value, value]
call function
log3 = [value, value]
To Reproduce
I've run this code in multiple IDE's and works as expected elsewhere.
constarray=[];constaddValueToArray=(arr)=>{returnarr.push(Math.floor(Math.random()*5));};console.log(array);// empty arrayaddValueToArray(array);console.log(array);// array with 1 random valueaddValueToArray(array);console.log(array);// array with two random values
Another very strange issue... If you log out of one user from an SSE container and the terminal open, and log in as another user, the terminal will fail to function until you delete all storage/service workers/cookies for CSB. Very strange, this seems like a security issue, hopefully a low severity one.
🐛 bug report
Preflight Checklist
adheres to.
to file, without success.
Description of the problem
Console logging order not logging as expected.
Each log shows the result of functions that haven't yet been called.
i.e logging order should be:
Instead it's returning
To Reproduce
I've run this code in multiple IDE's and works as expected elsewhere.
Codesandbox
Codepen
Link to sandbox: link
Your Environment
Note when I originally I was on older Chrome version and CodeSandbox required updating, which i have since done to check the issue still exists.
The text was updated successfully, but these errors were encountered: