See image - I'm not sure why the values boxed in red are different, and would like to know why. I want the console to print the values of objects at the time they're printed / be async. I'm not sure why the console seems to be updating values from previous prints and would like to know how to make console.log print like normal code should, line by line / sequential, and for the value that's printed be the same as the value the variable had at the time / for the printed value to not change randomly (especially not in the same print?)