diff --git a/content/questions/the-walking-dead/index.md b/content/questions/the-walking-dead/index.md index 2aa05478..5241429c 100644 --- a/content/questions/the-walking-dead/index.md +++ b/content/questions/the-walking-dead/index.md @@ -13,7 +13,7 @@ answers: - 'Something different is logged' --- -What is the return of the following `console.log`? +What is logged by the following snippet? ```javascript const a = { something: 1, someOtherThing: 2 };