From 67f4a8a445c99838a14ba8e049d361ccda2d10d7 Mon Sep 17 00:00:00 2001 From: Scott Sauyet Date: Mon, 27 Jan 2020 09:13:08 -0500 Subject: [PATCH] More accurate question for `the-walking-dead` --- content/questions/the-walking-dead/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };