From d84d3c994d41cd35272643dc206b8bad0229d8df Mon Sep 17 00:00:00 2001 From: Karl Tarvas Date: Sun, 11 Feb 2018 13:30:50 +0200 Subject: [PATCH] Add missing backticks. (#1) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43a7392a9..83c081637 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ While there are some existing resources to help front end developers in preparin **[JS Questions](#js-questions)** * [Explain event delegation](#explain-event-delegation) -* [Explain how this works in JavaScript](#explain-how-this-works-in-javascript) +* [Explain how `this` works in JavaScript](#explain-how-this-works-in-javascript) * [Explain how prototypal inheritance works](#explain-how-prototypal-inheritance-works) * [What do you think of AMD vs CommonJS?](#what-do-you-think-of-amd-vs-commonjs) * [Explain why the following doesn't work as an IIFE: function foo(){ }();. What needs to be changed to properly make it an IIFE?](#explain-why-the-following-doesnt-work-as-an-iife-function-foo--what-needs-to-be-changed-to-properly-make-it-an-iife)