ended6월 28일· 1 sources
Your console.log Is Lying to You
Why it matters
Open your browser DevTools and run this: const user = { name: "Bob" } console.log(user) user.name = "Alice" You would expect the log to show { name: "Bob" } , the value at the time of the console.log ...
1
Sources
+0
24h
—
Growth
84d
Active